diff options
author | mm <mm@FreeBSD.org> | 2014-03-28 07:05:33 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2014-03-28 07:05:33 +0800 |
commit | 7a288dab8cf381f26eb2354caa0b25a2e9a2905a (patch) | |
tree | 6d7fca8ff220dffee11655cf0ba65b27a081727f /mail | |
parent | 4271ba402aff553559d0ae3a2586be3da4c1529c (diff) | |
download | freebsd-ports-gnome-7a288dab8cf381f26eb2354caa0b25a2e9a2905a.tar.gz freebsd-ports-gnome-7a288dab8cf381f26eb2354caa0b25a2e9a2905a.tar.zst freebsd-ports-gnome-7a288dab8cf381f26eb2354caa0b25a2e9a2905a.zip |
This Horde package provides various utility classes for dealing with Microsoft
MAPI structured data.
WWW: http://pear.horde.org
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/pear-Horde_Mapi/Makefile | 18 | ||||
-rw-r--r-- | mail/pear-Horde_Mapi/distinfo | 2 | ||||
-rw-r--r-- | mail/pear-Horde_Mapi/pkg-descr | 4 |
4 files changed, 25 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 89e63dec8357..9c9d1f09c91d 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -457,6 +457,7 @@ SUBDIR += pear-Horde_Kolab_Storage SUBDIR += pear-Horde_ListHeaders SUBDIR += pear-Horde_Mail + SUBDIR += pear-Horde_Mapi SUBDIR += pear-Horde_Mime SUBDIR += pear-Horde_Mime_Viewer SUBDIR += pear-Horde_Smtp diff --git a/mail/pear-Horde_Mapi/Makefile b/mail/pear-Horde_Mapi/Makefile new file mode 100644 index 000000000000..76a4fd5a8a1a --- /dev/null +++ b/mail/pear-Horde_Mapi/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= Horde_Mapi +PORTVERSION= 1.0.2 +CATEGORIES= mail www pear +PKGNAMEPREFIX= pear- + +MAINTAINER= horde@FreeBSD.org +COMMENT= Horde MAPI utility library + +USE_HORDE_RUN= Horde_Date \ + Horde_Exception + +USE_PHP+= bcmath + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include <bsd.port.post.mk> diff --git a/mail/pear-Horde_Mapi/distinfo b/mail/pear-Horde_Mapi/distinfo new file mode 100644 index 000000000000..f153c4d10756 --- /dev/null +++ b/mail/pear-Horde_Mapi/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Mapi-1.0.2.tgz) = 53dfe7746f4309c20b223441b50a7ba2a71cd745015ca1fdca6c9cd4895b1f04 +SIZE (Horde/Horde_Mapi-1.0.2.tgz) = 17628 diff --git a/mail/pear-Horde_Mapi/pkg-descr b/mail/pear-Horde_Mapi/pkg-descr new file mode 100644 index 000000000000..c864b115314f --- /dev/null +++ b/mail/pear-Horde_Mapi/pkg-descr @@ -0,0 +1,4 @@ +This Horde package provides various utility classes for dealing with Microsoft +MAPI structured data. + +WWW: http://pear.horde.org |