aboutsummaryrefslogtreecommitdiff
path: root/mail/pear-Mail_mimeDecode
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-09 21:48:27 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-09 21:48:27 +0000
commit26d27678f8ac566e8c1834847f7dcb5b8ebb5c17 (patch)
treea1566bc1afb4a1642e8084a6f0703e77ddf30f35 /mail/pear-Mail_mimeDecode
parent774aa1bb7d932cb3a0ab6e4bf90c32bae532eb74 (diff)
downloadports-26d27678f8ac566e8c1834847f7dcb5b8ebb5c17.tar.gz
ports-26d27678f8ac566e8c1834847f7dcb5b8ebb5c17.zip
Notes
Diffstat (limited to 'mail/pear-Mail_mimeDecode')
-rw-r--r--mail/pear-Mail_mimeDecode/Makefile8
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>