diff options
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-CIDR-Lite/Makefile | 22 | ||||
-rw-r--r-- | net/p5-Net-CIDR-Lite/distinfo | 1 | ||||
-rw-r--r-- | net/p5-Net-CIDR-Lite/pkg-descr | 7 | ||||
-rw-r--r-- | net/p5-Net-CIDR-Lite/pkg-plist | 2 |
5 files changed, 33 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index f28d6d5f8a38..d84f5f00a1d0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -470,6 +470,7 @@ SUBDIR += p5-Net-Amazon SUBDIR += p5-Net-BGP SUBDIR += p5-Net-CIDR + SUBDIR += p5-Net-CIDR-Lite SUBDIR += p5-Net-DLookup SUBDIR += p5-Net-Daemon SUBDIR += p5-Net-Dict diff --git a/net/p5-Net-CIDR-Lite/Makefile b/net/p5-Net-CIDR-Lite/Makefile new file mode 100644 index 000000000000..6601084dad09 --- /dev/null +++ b/net/p5-Net-CIDR-Lite/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Net-CIDR-Lite +# Date created: Fri Jan 16 12:32:39 PST 2004 +# Whom: mharo@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= Net-CIDR-Lite +PORTVERSION= 0.15 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= mharo@FreeBSD.org +COMMENT= Perl extension for merging IPv4 or IPv6 CIDR addresses + +PERL_CONFIGURE= yes + +MAN3= Net::CIDR::Lite.3 + +.include <bsd.port.mk> diff --git a/net/p5-Net-CIDR-Lite/distinfo b/net/p5-Net-CIDR-Lite/distinfo new file mode 100644 index 000000000000..122f020fc2fa --- /dev/null +++ b/net/p5-Net-CIDR-Lite/distinfo @@ -0,0 +1 @@ +MD5 (Net-CIDR-Lite-0.15.tar.gz) = ecda840da7e401c96469e04083cc2af1 diff --git a/net/p5-Net-CIDR-Lite/pkg-descr b/net/p5-Net-CIDR-Lite/pkg-descr new file mode 100644 index 000000000000..35ceb473cd80 --- /dev/null +++ b/net/p5-Net-CIDR-Lite/pkg-descr @@ -0,0 +1,7 @@ +Net::CIDR::Lite - Perl extension for merging IPv4 or IPv6 CIDR addresses + +Faster alternative to Net::CIDR when merging a large number of CIDR address +ranges. Works for IPv4 and IPv6 addresses. + +- Michael Haro +mharo@FreeBSD.org diff --git a/net/p5-Net-CIDR-Lite/pkg-plist b/net/p5-Net-CIDR-Lite/pkg-plist new file mode 100644 index 000000000000..2757e6b30104 --- /dev/null +++ b/net/p5-Net-CIDR-Lite/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Net/CIDR/Lite.pm +@dirrm %%SITE_PERL%%/Net/CIDR |