diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-09 21:48:27 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-09 21:48:27 +0000 |
commit | 26d27678f8ac566e8c1834847f7dcb5b8ebb5c17 (patch) | |
tree | a1566bc1afb4a1642e8084a6f0703e77ddf30f35 /mail/pear-Mail_mimeDecode | |
parent | 774aa1bb7d932cb3a0ab6e4bf90c32bae532eb74 (diff) | |
download | ports-26d27678f8ac566e8c1834847f7dcb5b8ebb5c17.tar.gz ports-26d27678f8ac566e8c1834847f7dcb5b8ebb5c17.zip |
Notes
Diffstat (limited to 'mail/pear-Mail_mimeDecode')
-rw-r--r-- | mail/pear-Mail_mimeDecode/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/pear-Mail_mimeDecode/Makefile b/mail/pear-Mail_mimeDecode/Makefile index cbe04504bb97..bcbdb9e896fd 100644 --- a/mail/pear-Mail_mimeDecode/Makefile +++ b/mail/pear-Mail_mimeDecode/Makefile @@ -4,16 +4,16 @@ PORTNAME= Mail_mimeDecode PORTVERSION= 1.5.5 CATEGORIES= mail www pear -DISTNAME= Mail_mimeDecode-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Provides a class to decode mime messages +LICENSE= BSD3CLAUSE + BUILD_DEPENDS= ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime RUN_DEPENDS= ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime -LICENSE= BSD3CLAUSE - -USES= pear +USES= pear +NO_ARCH= yes .include <bsd.port.mk> |