aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Net-Netmask
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-30 01:12:15 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-30 01:12:15 +0000
commitaaf4477bc7e592ad0a4739b010a553fa62316f22 (patch)
treed6eeb0c491e8ede7d338c627ce32bb066f29d516 /net-mgmt/p5-Net-Netmask
parent2965e82f1b733909d3ad73d172aebf3852a77521 (diff)
downloadports-aaf4477bc7e592ad0a4739b010a553fa62316f22.tar.gz
ports-aaf4477bc7e592ad0a4739b010a553fa62316f22.zip
Add p5-Net-Netmask, a perl module to parse, manipulate and lookup IP
network blocks. PR: 17418 Submitted by: Yu-Shun Wang <yushunwa@isi.edu>
Notes
Notes: svn path=/head/; revision=30003
Diffstat (limited to 'net-mgmt/p5-Net-Netmask')
-rw-r--r--net-mgmt/p5-Net-Netmask/Makefile25
-rw-r--r--net-mgmt/p5-Net-Netmask/distinfo1
-rw-r--r--net-mgmt/p5-Net-Netmask/pkg-comment1
-rw-r--r--net-mgmt/p5-Net-Netmask/pkg-descr5
-rw-r--r--net-mgmt/p5-Net-Netmask/pkg-plist4
5 files changed, 36 insertions, 0 deletions
diff --git a/net-mgmt/p5-Net-Netmask/Makefile b/net-mgmt/p5-Net-Netmask/Makefile
new file mode 100644
index 000000000000..20028a3bf3ff
--- /dev/null
+++ b/net-mgmt/p5-Net-Netmask/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: p5-Net-Netmask
+# Date created: Jan 28 2000
+# Whom: Wei-chun Chao
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-Netmask
+PORTVERSION= 1.8
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= wchao@isi.edu
+
+USE_PERL5= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Net::Netmask.3
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include <bsd.port.mk>
diff --git a/net-mgmt/p5-Net-Netmask/distinfo b/net-mgmt/p5-Net-Netmask/distinfo
new file mode 100644
index 000000000000..9cf05adc37a2
--- /dev/null
+++ b/net-mgmt/p5-Net-Netmask/distinfo
@@ -0,0 +1 @@
+MD5 (Net-Netmask-1.8.tar.gz) = 31dcfdf69155da58746835a67817970d
diff --git a/net-mgmt/p5-Net-Netmask/pkg-comment b/net-mgmt/p5-Net-Netmask/pkg-comment
new file mode 100644
index 000000000000..df837cb4bdbd
--- /dev/null
+++ b/net-mgmt/p5-Net-Netmask/pkg-comment
@@ -0,0 +1 @@
+Perl module to parse, manipulate and lookup IP network blocks
diff --git a/net-mgmt/p5-Net-Netmask/pkg-descr b/net-mgmt/p5-Net-Netmask/pkg-descr
new file mode 100644
index 000000000000..d8c74320657b
--- /dev/null
+++ b/net-mgmt/p5-Net-Netmask/pkg-descr
@@ -0,0 +1,5 @@
+Net::Netmask parses and understand IPv4 CIDR blocks. It's built with an
+object-oriented interface. Nearly all functions are methods that operate
+on a Net::Netmask object.
+
+WWW: http://www.cpan.org
diff --git a/net-mgmt/p5-Net-Netmask/pkg-plist b/net-mgmt/p5-Net-Netmask/pkg-plist
new file mode 100644
index 000000000000..6696839b04e0
--- /dev/null
+++ b/net-mgmt/p5-Net-Netmask/pkg-plist
@@ -0,0 +1,4 @@
+lib/perl5/site_perl/%%PERL_VER%%/Net/Netmask.pod
+lib/perl5/site_perl/%%PERL_VER%%/Net/Netmask.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Netmask/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Netmask