aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Scalar-List-Utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/p5-Scalar-List-Utils/Makefile')
-rw-r--r--lang/p5-Scalar-List-Utils/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/p5-Scalar-List-Utils/Makefile b/lang/p5-Scalar-List-Utils/Makefile
new file mode 100644
index 000000000000..67cf7784feef
--- /dev/null
+++ b/lang/p5-Scalar-List-Utils/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: lang/p5-Scalar-List-Utils
+# Date created: 19 December 2001
+# Whom: Anton Berezin <tobez@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Scalar-List-Utils
+PORTVERSION= 1.06
+CATEGORIES= lang perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Scalar
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tobez@FreeBSD.org
+
+PERL_CONFIGURE= yes
+
+MAN3= List::Util.3 Scalar::Util.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>