aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Array-Unique/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-11-16 03:04:48 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-11-16 03:04:48 +0000
commitc5b5627371a39daeced6228cf726fdc88538e5b1 (patch)
tree12b705f1219016b6fb67b5b99775fff6e007c62d /devel/p5-Array-Unique/Makefile
parent8a89576841fe5230fc021d8cece8fa649327a9f9 (diff)
downloadports-c5b5627371a39daeced6228cf726fdc88538e5b1.tar.gz
ports-c5b5627371a39daeced6228cf726fdc88538e5b1.zip
Notes
Diffstat (limited to 'devel/p5-Array-Unique/Makefile')
-rw-r--r--devel/p5-Array-Unique/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/p5-Array-Unique/Makefile b/devel/p5-Array-Unique/Makefile
new file mode 100644
index 000000000000..b510219c9686
--- /dev/null
+++ b/devel/p5-Array-Unique/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: p5-Array-Unique
+# Date created: 2010-11-14
+# Whom: Gea-Suan Lin <gslin@gslin.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Array-Unique
+PORTVERSION= 0.08
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gslin@gslin.org
+COMMENT= Tie-able array that allows only unique values
+
+PERL_CONFIGURE= yes
+
+MAN3= Array::Unique.3
+
+.include <bsd.port.mk>