diff options
author | grant <grant> | 2003-12-09 04:53:57 +0000 |
---|---|---|
committer | grant <grant> | 2003-12-09 04:53:57 +0000 |
commit | 703c03bfe17a480644efed78b14e6a6471279bfb (patch) | |
tree | 2a8c5ea0a2b53c19183c7e83481bca765a4fbd16 /devel | |
parent | 467c971383f4756adfe5f5b4b9f572e7ee549858 (diff) | |
download | pkgsrc-703c03bfe17a480644efed78b14e6a6471279bfb.tar.gz |
Initial import of p5-Net-CIDR 0.09 into the NetBSD Packages Collection.
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Net-CIDR/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-Net-CIDR/Makefile | 16 | ||||
-rw-r--r-- | devel/p5-Net-CIDR/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Net-CIDR/distinfo | 4 |
4 files changed, 24 insertions, 0 deletions
diff --git a/devel/p5-Net-CIDR/DESCR b/devel/p5-Net-CIDR/DESCR new file mode 100644 index 00000000000..b31d76182fa --- /dev/null +++ b/devel/p5-Net-CIDR/DESCR @@ -0,0 +1,3 @@ +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. diff --git a/devel/p5-Net-CIDR/Makefile b/devel/p5-Net-CIDR/Makefile new file mode 100644 index 00000000000..deb51e451d2 --- /dev/null +++ b/devel/p5-Net-CIDR/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/09 04:53:57 grant Exp $ +# + +DISTNAME= Net-CIDR-0.09 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= Perl5 module to manipulate IPv4/IPv6 netblocks in CIDR notation + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/CIDR/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Net-CIDR/PLIST b/devel/p5-Net-CIDR/PLIST new file mode 100644 index 00000000000..0db5b10be92 --- /dev/null +++ b/devel/p5-Net-CIDR/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/09 04:53:57 grant Exp $ diff --git a/devel/p5-Net-CIDR/distinfo b/devel/p5-Net-CIDR/distinfo new file mode 100644 index 00000000000..1cecadb4d87 --- /dev/null +++ b/devel/p5-Net-CIDR/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/12/09 04:53:57 grant Exp $ + +SHA1 (Net-CIDR-0.09.tar.gz) = bde26e53148ecaf45cdee3ebcb4da01b739b1594 +Size (Net-CIDR-0.09.tar.gz) = 8773 bytes |