diff options
Diffstat (limited to 'net/p5-Net-Subnets')
-rw-r--r-- | net/p5-Net-Subnets/Makefile | 22 | ||||
-rw-r--r-- | net/p5-Net-Subnets/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-Subnets/pkg-descr | 4 | ||||
-rw-r--r-- | net/p5-Net-Subnets/pkg-plist | 6 |
4 files changed, 35 insertions, 0 deletions
diff --git a/net/p5-Net-Subnets/Makefile b/net/p5-Net-Subnets/Makefile new file mode 100644 index 000000000000..14bfd99df4b2 --- /dev/null +++ b/net/p5-Net-Subnets/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Net-Subnets +# Date created: 2006-11-29 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-Subnets +PORTVERSION= 0.21 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Computing subnets in large scale networks + +PERL_CONFIGURE= yes + +MAN3= Net::Subnets.3 + +.include <bsd.port.mk> diff --git a/net/p5-Net-Subnets/distinfo b/net/p5-Net-Subnets/distinfo new file mode 100644 index 000000000000..eeedaaa31522 --- /dev/null +++ b/net/p5-Net-Subnets/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-Subnets-0.21.tar.gz) = 34f945ee4f89be35065c6ec6f2e01255 +SHA256 (Net-Subnets-0.21.tar.gz) = dba61384cf9812934e254009c51f6bdff82456e4a7aa490ea05a115a3d60e52a +SIZE (Net-Subnets-0.21.tar.gz) = 4529 diff --git a/net/p5-Net-Subnets/pkg-descr b/net/p5-Net-Subnets/pkg-descr new file mode 100644 index 000000000000..03e61dc6d8cb --- /dev/null +++ b/net/p5-Net-Subnets/pkg-descr @@ -0,0 +1,4 @@ +Very fast matches large lists of IP addresses against many CIDR +subnets and calculates IP address ranges. + +WWW: http://search.cpan.org/dist/Net-Subnets/ diff --git a/net/p5-Net-Subnets/pkg-plist b/net/p5-Net-Subnets/pkg-plist new file mode 100644 index 000000000000..5b479b1fddf7 --- /dev/null +++ b/net/p5-Net-Subnets/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Subnets/.packlist +%%SITE_PERL%%/Net/Subnets.pm +@dirrmtry %%SITE_PERL%%/Net +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Subnets +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net |