aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_IDNA/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/pear-Net_IDNA/Makefile')
-rw-r--r--net/pear-Net_IDNA/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/pear-Net_IDNA/Makefile b/net/pear-Net_IDNA/Makefile
new file mode 100644
index 000000000000..cd939d690d50
--- /dev/null
+++ b/net/pear-Net_IDNA/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: pear-Net_IDNA
+# Date created: 26 Mai 2009
+# Whom: Michael Frey <frey@raum3.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net_IDNA
+PORTVERSION= 0.7.2
+CATEGORIES= net pear
+
+MAINTAINER= frey@raum3.de
+COMMENT= Pear Punycode encoding and decoding package
+
+BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+
+CATEGORY= Net
+FILES= IDNA.php
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>