diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-09-03 13:34:11 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-09-03 13:34:11 +0000 |
commit | 3fcbe7739d746615d728b8f02263ca9d68c2bb25 (patch) | |
tree | 71d9b2394f355fe62be0248deeae21da63e78614 /net-mgmt | |
parent | bdf2a53bfd3588f085373a09a34b6cfa6878b151 (diff) | |
download | ports-3fcbe7739d746615d728b8f02263ca9d68c2bb25.tar.gz ports-3fcbe7739d746615d728b8f02263ca9d68c2bb25.zip |
Add p5-Net-CIDR 0.02,
perl module to manipulate IPv4/IPv6 netblocks
in CIDR notation.
PR: 30277
Submitted by: Andy Sparrow
Notes
Notes:
svn path=/head/; revision=47362
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-Net-CIDR/Makefile | 22 | ||||
-rw-r--r-- | net-mgmt/p5-Net-CIDR/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/p5-Net-CIDR/pkg-comment | 1 | ||||
-rw-r--r-- | net-mgmt/p5-Net-CIDR/pkg-descr | 5 | ||||
-rw-r--r-- | net-mgmt/p5-Net-CIDR/pkg-plist | 5 |
5 files changed, 34 insertions, 0 deletions
diff --git a/net-mgmt/p5-Net-CIDR/Makefile b/net-mgmt/p5-Net-CIDR/Makefile new file mode 100644 index 000000000000..bd10f812b408 --- /dev/null +++ b/net-mgmt/p5-Net-CIDR/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Net-$CIDR +# Date created: Sep 02 2001 +# Whom: Andy Sparrow +# +# $FreeBSD$ +# + +PORTNAME= Net-CIDR +PORTVERSION= 0.02 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= spadger@best.com + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Net::CIDR.3 + +.include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-CIDR/distinfo b/net-mgmt/p5-Net-CIDR/distinfo new file mode 100644 index 000000000000..91bf6750d018 --- /dev/null +++ b/net-mgmt/p5-Net-CIDR/distinfo @@ -0,0 +1 @@ +MD5 (Net-CIDR-0.02.tar.gz) = c2851c48066f3e25a7ef6870f0308893 diff --git a/net-mgmt/p5-Net-CIDR/pkg-comment b/net-mgmt/p5-Net-CIDR/pkg-comment new file mode 100644 index 000000000000..6e45dae55b0c --- /dev/null +++ b/net-mgmt/p5-Net-CIDR/pkg-comment @@ -0,0 +1 @@ +Perl module to manipulate IPv4/IPv6 netblocks in CIDR notation diff --git a/net-mgmt/p5-Net-CIDR/pkg-descr b/net-mgmt/p5-Net-CIDR/pkg-descr new file mode 100644 index 000000000000..12ff048081c0 --- /dev/null +++ b/net-mgmt/p5-Net-CIDR/pkg-descr @@ -0,0 +1,5 @@ +The Net::CIDR package contains functions that manipulate lists of +IP netblocks expressed in CIDR notation. The Net::CIDR functions +handle both IPv4 and IPv6 addresses. + +WWW: http://search.cpan.org/search?dist=Net-CIDR diff --git a/net-mgmt/p5-Net-CIDR/pkg-plist b/net-mgmt/p5-Net-CIDR/pkg-plist new file mode 100644 index 000000000000..63df1a085536 --- /dev/null +++ b/net-mgmt/p5-Net-CIDR/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Net/CIDR.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/CIDR/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/CIDR +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true |