diff options
author | Martin Matuska <mm@FreeBSD.org> | 2014-03-27 23:05:33 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2014-03-27 23:05:33 +0000 |
commit | d825639f798bd7f1650faa816e068d6823c43de5 (patch) | |
tree | 6d7fca8ff220dffee11655cf0ba65b27a081727f /mail/pear-Horde_Mapi | |
parent | eccc435057fe2626d29f86d0287a5670abfecdb6 (diff) | |
download | ports-d825639f798bd7f1650faa816e068d6823c43de5.tar.gz ports-d825639f798bd7f1650faa816e068d6823c43de5.zip |
Notes
Diffstat (limited to 'mail/pear-Horde_Mapi')
-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 |
3 files changed, 24 insertions, 0 deletions
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 |