diff options
author | will <will@FreeBSD.org> | 2000-06-30 01:12:15 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-30 01:12:15 +0000 |
commit | 98f27e0f66f6c91a75e415b79897ce61baed57c4 (patch) | |
tree | ffdbf07561e66ea5b5c8d70eb4e250bbd5501b5c /net-mgmt | |
parent | 930b2f0aad4e66744971c46a0a6ec3b2e3df56e8 (diff) | |
download | FreeBSD-ports-98f27e0f66f6c91a75e415b79897ce61baed57c4.zip FreeBSD-ports-98f27e0f66f6c91a75e415b79897ce61baed57c4.tar.gz |
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>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-Net-Netmask/Makefile | 25 | ||||
-rw-r--r-- | net-mgmt/p5-Net-Netmask/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/p5-Net-Netmask/pkg-comment | 1 | ||||
-rw-r--r-- | net-mgmt/p5-Net-Netmask/pkg-descr | 5 | ||||
-rw-r--r-- | net-mgmt/p5-Net-Netmask/pkg-plist | 4 |
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 0000000..20028a3 --- /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 0000000..9cf05ad --- /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 0000000..df837cb --- /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 0000000..d8c7432 --- /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 0000000..6696839 --- /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 |