diff options
author | tobez <tobez@FreeBSD.org> | 2001-09-03 13:34:11 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-09-03 13:34:11 +0000 |
commit | 992ec5da27b6a7dfdc82364ba9a5e6b763e32e9f (patch) | |
tree | f47aa96c9b21b722e8b8f1bebc6ea7be30271d0b /net-mgmt | |
parent | 4607d87a7347c408606216c87125968884862416 (diff) | |
download | FreeBSD-ports-992ec5da27b6a7dfdc82364ba9a5e6b763e32e9f.zip FreeBSD-ports-992ec5da27b6a7dfdc82364ba9a5e6b763e32e9f.tar.gz |
Add p5-Net-CIDR 0.02,
perl module to manipulate IPv4/IPv6 netblocks
in CIDR notation.
PR: 30277
Submitted by: Andy Sparrow
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 0000000..bd10f81 --- /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 0000000..91bf675 --- /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 0000000..6e45dae --- /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 0000000..12ff048 --- /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 0000000..63df1a0 --- /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 |