summaryrefslogtreecommitdiff
path: root/devel/p5-Net-Netmask/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Net-Netmask/Makefile')
-rw-r--r--devel/p5-Net-Netmask/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/p5-Net-Netmask/Makefile b/devel/p5-Net-Netmask/Makefile
new file mode 100644
index 00000000000..7a5a2460464
--- /dev/null
+++ b/devel/p5-Net-Netmask/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/09 01:46:19 grant Exp $
+
+DISTNAME= Net-Netmask-1.9007
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= charlie@rubberduck.com
+COMMENT= Perl5 module to parse and manipulate IP network blocks
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/Netmask/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"