diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2012-02-08 04:21:22 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2012-02-08 04:21:22 +0800 |
commit | 236050dab8e0d9c39050d1dcd0be92c30fc0a4d2 (patch) | |
tree | c21ebf53ca5c5a643eddd46eac0ffb4f4f8e647f /net | |
parent | ff50d95f77e4d3f5f387c4ca6dc9b871a2203677 (diff) | |
download | freebsd-ports-gnome-236050dab8e0d9c39050d1dcd0be92c30fc0a4d2.tar.gz freebsd-ports-gnome-236050dab8e0d9c39050d1dcd0be92c30fc0a4d2.tar.zst freebsd-ports-gnome-236050dab8e0d9c39050d1dcd0be92c30fc0a4d2.zip |
- And restore the port itself
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Subnets/Makefile | 25 | ||||
-rw-r--r-- | net/p5-Net-Subnets/distinfo | 2 | ||||
-rw-r--r-- | net/p5-Net-Subnets/pkg-descr | 4 | ||||
-rw-r--r-- | net/p5-Net-Subnets/pkg-plist | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/net/p5-Net-Subnets/Makefile b/net/p5-Net-Subnets/Makefile new file mode 100644 index 000000000000..61960d012071 --- /dev/null +++ b/net/p5-Net-Subnets/Makefile @@ -0,0 +1,25 @@ +# 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= 1.02 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:KRAIH +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Computing subnets in large scale networks + +DEPRECATED= Disappeared from CPAN +EXPIRATION_DATE= 2011-11-26 + +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..20edb9e981b6 --- /dev/null +++ b/net/p5-Net-Subnets/distinfo @@ -0,0 +1,2 @@ +SHA256 (Net-Subnets-1.02.tar.gz) = 54ea018b9c9b7a8522271ea71f3d65c8c0b4eef619cfbfa855f9bcfc7e12e28f +SIZE (Net-Subnets-1.02.tar.gz) = 8392 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..587cfd01caa6 --- /dev/null +++ b/net/p5-Net-Subnets/pkg-plist @@ -0,0 +1,5 @@ +%%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 |