diff options
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-IP-Minimal/Makefile | 21 | ||||
-rw-r--r-- | net/p5-Net-IP-Minimal/distinfo | 2 | ||||
-rw-r--r-- | net/p5-Net-IP-Minimal/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-Net-IP-Minimal/pkg-plist | 7 |
5 files changed, 34 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index f0e412e7c6c7..cabf51750207 100644 --- a/net/Makefile +++ b/net/Makefile @@ -578,6 +578,7 @@ SUBDIR += p5-Net-HTTP SUBDIR += p5-Net-Hiveminder SUBDIR += p5-Net-INET6Glue + SUBDIR += p5-Net-IP-Minimal SUBDIR += p5-Net-IP-RangeCompare SUBDIR += p5-Net-IPTrie SUBDIR += p5-Net-IRR diff --git a/net/p5-Net-IP-Minimal/Makefile b/net/p5-Net-IP-Minimal/Makefile new file mode 100644 index 000000000000..c3defdd8d0dd --- /dev/null +++ b/net/p5-Net-IP-Minimal/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Net-IP-Minimal +# Date created: 2012-02-28 +# Whom: Steve Wills <swills@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-IP-Minimal +PORTVERSION= 0.02 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Minimal functions from Net::IP + +PERL_CONFIGURE= yes + +MAN3= Net::IP::Minimal.3 + +.include <bsd.port.mk> diff --git a/net/p5-Net-IP-Minimal/distinfo b/net/p5-Net-IP-Minimal/distinfo new file mode 100644 index 000000000000..d1af532aaa63 --- /dev/null +++ b/net/p5-Net-IP-Minimal/distinfo @@ -0,0 +1,2 @@ +SHA256 (Net-IP-Minimal-0.02.tar.gz) = e02e01fe921bb4a10d7a5ffa973805df220f8de4e4db121eb0dbb9de39c6e10f +SIZE (Net-IP-Minimal-0.02.tar.gz) = 10828 diff --git a/net/p5-Net-IP-Minimal/pkg-descr b/net/p5-Net-IP-Minimal/pkg-descr new file mode 100644 index 000000000000..47f85a1ec835 --- /dev/null +++ b/net/p5-Net-IP-Minimal/pkg-descr @@ -0,0 +1,3 @@ +Minimal functions from Net::IP + +WWW: http://search.cpan.org/dist/Net-IP-Minimal/ diff --git a/net/p5-Net-IP-Minimal/pkg-plist b/net/p5-Net-IP-Minimal/pkg-plist new file mode 100644 index 000000000000..d519afb1c346 --- /dev/null +++ b/net/p5-Net-IP-Minimal/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/Minimal/.packlist +%%SITE_PERL%%/Net/IP/Minimal.pm +@dirrmtry %%SITE_PERL%%/Net/IP +@dirrmtry %%SITE_PERL%%/Net +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/Minimal +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net |