summaryrefslogtreecommitdiff
path: root/mail/pear-Mail_mimeDecode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/pear-Mail_mimeDecode/Makefile')
-rw-r--r--mail/pear-Mail_mimeDecode/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/pear-Mail_mimeDecode/Makefile b/mail/pear-Mail_mimeDecode/Makefile
new file mode 100644
index 00000000000..fc9acdacb23
--- /dev/null
+++ b/mail/pear-Mail_mimeDecode/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/02/06 16:14:21 taca Exp $
+
+DISTNAME= Mail_mimeDecode-1.5.1
+CATEGORIES+= mail
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= PHP classes to deal with decoding/interpreting of mime messages
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime>=1.6.0:../../mail/pear-Mail_Mime
+CONFLICTS= php-pear-Mail_Mime-[0-9]* \
+ ${PHP_PKG_PREFIX}-pear-Mail_Mime<1.6.0
+
+.include "../../lang/php/pear.mk"
+.include "../../mk/bsd.pkg.mk"