diff options
author | swills <swills@FreeBSD.org> | 2012-02-29 11:53:27 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-02-29 11:53:27 +0800 |
commit | 651289d14bb415568ec7e90ad3803061852a0c9d (patch) | |
tree | 2c4b5a0a0dc2ef9911aaafa1b3c86f31485e9d4e /net/p5-Net-IP-Minimal | |
parent | 5c9d0e639b8bec7fb2c181dc8991b4511af2136b (diff) | |
download | freebsd-ports-gnome-651289d14bb415568ec7e90ad3803061852a0c9d.tar.gz freebsd-ports-gnome-651289d14bb415568ec7e90ad3803061852a0c9d.tar.zst freebsd-ports-gnome-651289d14bb415568ec7e90ad3803061852a0c9d.zip |
Minimal functions from Net::IP
WWW: http://search.cpan.org/dist/Net-IP-Minimal/
Diffstat (limited to 'net/p5-Net-IP-Minimal')
-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 |
4 files changed, 33 insertions, 0 deletions
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 |