aboutsummaryrefslogtreecommitdiff
path: root/lang
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
parent4951bf14689281122ee5ccb6d0932b9fa02e676e (diff)
downloadports-8358e9b14d251701e202c4cc84989adf7b1b789f.tar.gz
ports-8358e9b14d251701e202c4cc84989adf7b1b789f.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-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
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