aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Data-IPV4-Range-Parse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Data-IPV4-Range-Parse/Makefile')
-rw-r--r--net/p5-Data-IPV4-Range-Parse/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/p5-Data-IPV4-Range-Parse/Makefile b/net/p5-Data-IPV4-Range-Parse/Makefile
new file mode 100644
index 000000000000..a561ac89c84e
--- /dev/null
+++ b/net/p5-Data-IPV4-Range-Parse/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: p5-Data-IPV4-Range-Parse
+# Date created: 2010-11-10
+# Whom: Gea-Suan Lin <gslin@gslin.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Data-IPV4-Range-Parse
+PORTVERSION= 1.05
+CATEGORIES= net perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gslin@gslin.org
+COMMENT= Perl extension parsing ipv4 ranges
+
+PERL_CONFIGURE= yes
+
+MAN3= Data::IPV4::Range::Parse.3
+
+.include <bsd.port.mk>