aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Hash-MultiValue/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Hash-MultiValue/Makefile')
-rw-r--r--devel/p5-Hash-MultiValue/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/p5-Hash-MultiValue/Makefile b/devel/p5-Hash-MultiValue/Makefile
new file mode 100644
index 000000000000..de99e6553d76
--- /dev/null
+++ b/devel/p5-Hash-MultiValue/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: Hash::MultiValue
+# Date created: 11 Mar 2010
+# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Hash-MultiValue
+PORTVERSION= 0.08
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kuriyama@FreeBSD.org
+COMMENT= Perl extension to store multiple values per key
+
+PERL_CONFIGURE= yes
+
+MAN3= Hash::MultiValue.3
+
+.include <bsd.port.mk>