diff options
author | lth <lth@FreeBSD.org> | 2005-04-03 20:51:32 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2005-04-03 20:51:32 +0800 |
commit | 212138ee7798fcc4e9894f732274bc48391e1541 (patch) | |
tree | d2156cd9df6497bb86ccff2c1ab82c4b0777f4c5 /lang | |
parent | 935e4fad99c79cd34d699b434456fe052f83c503 (diff) | |
download | freebsd-ports-gnome-212138ee7798fcc4e9894f732274bc48391e1541.tar.gz freebsd-ports-gnome-212138ee7798fcc4e9894f732274bc48391e1541.tar.zst freebsd-ports-gnome-212138ee7798fcc4e9894f732274bc48391e1541.zip |
Add p5-List-MoreUtils 0.09, provide the stuff missing in List::Util.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/p5-List-MoreUtils/Makefile | 22 | ||||
-rw-r--r-- | lang/p5-List-MoreUtils/distinfo | 2 | ||||
-rw-r--r-- | lang/p5-List-MoreUtils/pkg-descr | 4 | ||||
-rw-r--r-- | lang/p5-List-MoreUtils/pkg-plist | 7 |
5 files changed, 36 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 146392816f5d..514b5bec98ed 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -166,6 +166,7 @@ SUBDIR += p5-Expect SUBDIR += p5-F77 SUBDIR += p5-List-MoreUtil + SUBDIR += p5-List-MoreUtils SUBDIR += p5-Scalar-List-Utils SUBDIR += p5-Switch SUBDIR += p5-Tcl diff --git a/lang/p5-List-MoreUtils/Makefile b/lang/p5-List-MoreUtils/Makefile new file mode 100644 index 000000000000..8372041b9704 --- /dev/null +++ b/lang/p5-List-MoreUtils/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: lang/p5-List-MoreUtils +# Date created: 24 March 2005 +# Whom: Lars Thegler <lth@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= List-MoreUtils +PORTVERSION= 0.09 +CATEGORIES= lang perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= List +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Provide the stuff missing in List::Util + +PERL_CONFIGURE= yes + +MAN3= List::MoreUtils.3 + +.include <bsd.port.mk> diff --git a/lang/p5-List-MoreUtils/distinfo b/lang/p5-List-MoreUtils/distinfo new file mode 100644 index 000000000000..086ff61e8796 --- /dev/null +++ b/lang/p5-List-MoreUtils/distinfo @@ -0,0 +1,2 @@ +MD5 (List-MoreUtils-0.09.tar.gz) = 9d9399faadcd4cc5e98f4bb3e4089c81 +SIZE (List-MoreUtils-0.09.tar.gz) = 15133 diff --git a/lang/p5-List-MoreUtils/pkg-descr b/lang/p5-List-MoreUtils/pkg-descr new file mode 100644 index 000000000000..527afd97bf17 --- /dev/null +++ b/lang/p5-List-MoreUtils/pkg-descr @@ -0,0 +1,4 @@ +List::MoreUtils provides some trivial but commonly needed functionality +on lists which is not going to go into List::Util. + +WWW: http://search.cpan.org/dist/List-MoreUtils diff --git a/lang/p5-List-MoreUtils/pkg-plist b/lang/p5-List-MoreUtils/pkg-plist new file mode 100644 index 000000000000..b51add371cd1 --- /dev/null +++ b/lang/p5-List-MoreUtils/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/List/MoreUtils.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/List/MoreUtils/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/List/MoreUtils/MoreUtils.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/List/MoreUtils/MoreUtils.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/List/MoreUtils +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/List 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/List 2>/dev/null || true |