summaryrefslogtreecommitdiff
path: root/lang/p5-List-MoreUtils
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2005-04-03 12:51:32 +0000
committerLars Thegler <lth@FreeBSD.org>2005-04-03 12:51:32 +0000
commit8358e9b14d251701e202c4cc84989adf7b1b789f (patch)
tree56e2ad42f2adf5159889c638b20b77a831d5cf36 /lang/p5-List-MoreUtils
parentAdd env4801 0.2, output the voltages and temperatures of a Soekris (diff)
Add p5-List-MoreUtils 0.09, provide the stuff missing in List::Util.
Notes
Notes: svn path=/head/; revision=132339
Diffstat (limited to 'lang/p5-List-MoreUtils')
-rw-r--r--lang/p5-List-MoreUtils/Makefile22
-rw-r--r--lang/p5-List-MoreUtils/distinfo2
-rw-r--r--lang/p5-List-MoreUtils/pkg-descr4
-rw-r--r--lang/p5-List-MoreUtils/pkg-plist7
4 files changed, 35 insertions, 0 deletions
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