summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-09-03 13:34:11 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-09-03 13:34:11 +0000
commit3fcbe7739d746615d728b8f02263ca9d68c2bb25 (patch)
tree71d9b2394f355fe62be0248deeae21da63e78614 /net-mgmt
parentUpdate to 1.2. (diff)
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/Makefile22
-rw-r--r--net-mgmt/p5-Net-CIDR/distinfo1
-rw-r--r--net-mgmt/p5-Net-CIDR/pkg-comment1
-rw-r--r--net-mgmt/p5-Net-CIDR/pkg-descr5
-rw-r--r--net-mgmt/p5-Net-CIDR/pkg-plist5
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