diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-23 16:28:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-23 16:28:05 +0000 |
commit | 039b7401ec12ea4a3ee5e1fc1a55e47245642ecf (patch) | |
tree | 300438e459101a1f0c5635fe66d2fd5e72fe78df /net/p5-Sort-Key-IPv4 | |
parent | 17e12a4f6edf76d41e1d6856ff9abb21653d6f80 (diff) | |
download | ports-039b7401ec12ea4a3ee5e1fc1a55e47245642ecf.tar.gz ports-039b7401ec12ea4a3ee5e1fc1a55e47245642ecf.zip |
Notes
Diffstat (limited to 'net/p5-Sort-Key-IPv4')
-rw-r--r-- | net/p5-Sort-Key-IPv4/Makefile | 24 | ||||
-rw-r--r-- | net/p5-Sort-Key-IPv4/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Sort-Key-IPv4/pkg-descr | 4 | ||||
-rw-r--r-- | net/p5-Sort-Key-IPv4/pkg-plist | 9 |
4 files changed, 40 insertions, 0 deletions
diff --git a/net/p5-Sort-Key-IPv4/Makefile b/net/p5-Sort-Key-IPv4/Makefile new file mode 100644 index 000000000000..fb47675c9abe --- /dev/null +++ b/net/p5-Sort-Key-IPv4/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: devel/p5-Sort-Key-IPv4 +# Date created: 15 November 2008 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Sort-Key-IPv4 +PORTVERSION= 0.01 +CATEGORIES= net devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= miwi@FreeBSD.org +COMMENT= Perl extension for sorting IPv4 addresses + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Sort/Key.pm:${PORTSDIR}/devel/p5-Sort-Key +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Sort/Key.pm:${PORTSDIR}/devel/p5-Sort-Key + +PERL_CONFIGURE= 5.8.0+ + +MAN3= Sort::Key::IPv4.3 + +.include <bsd.port.mk> diff --git a/net/p5-Sort-Key-IPv4/distinfo b/net/p5-Sort-Key-IPv4/distinfo new file mode 100644 index 000000000000..78f017077c4e --- /dev/null +++ b/net/p5-Sort-Key-IPv4/distinfo @@ -0,0 +1,3 @@ +MD5 (Sort-Key-IPv4-0.01.tar.gz) = c668f00f181982a9564d8a6673eb0953 +SHA256 (Sort-Key-IPv4-0.01.tar.gz) = 83787c1be8751872002c356588b901a2e098f9fe83c9d1e6bdd4cb42a61c4f23 +SIZE (Sort-Key-IPv4-0.01.tar.gz) = 37419 diff --git a/net/p5-Sort-Key-IPv4/pkg-descr b/net/p5-Sort-Key-IPv4/pkg-descr new file mode 100644 index 000000000000..cbf1e7b47f69 --- /dev/null +++ b/net/p5-Sort-Key-IPv4/pkg-descr @@ -0,0 +1,4 @@ +Sort::Key::IPv4 +Sorts lists of objects by some property containing an IPv4 address + +WWW: http://search.cpan.org/dist/Sort-Key-IPv4/ diff --git a/net/p5-Sort-Key-IPv4/pkg-plist b/net/p5-Sort-Key-IPv4/pkg-plist new file mode 100644 index 000000000000..43c2fb371a49 --- /dev/null +++ b/net/p5-Sort-Key-IPv4/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Sort/Key/IPv4.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key/IPv4/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key/IPv4/IPv4.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key/IPv4/IPv4.so +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key/IPv4 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort +@dirrmtry %%SITE_PERL%%/Sort/Key +@dirrmtry %%SITE_PERL%%/Sort |