aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Params-Validate/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-10 19:46:03 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-10 19:46:03 +0000
commita125c5fcbde01b39912d80b7f082bf9dfda03053 (patch)
treeb2e0b53ace33bb8279032123866d51803fed1a88 /devel/p5-Params-Validate/Makefile
parent551b50722a2682629ab7d2bc550894de49b9d302 (diff)
Notes
Diffstat (limited to 'devel/p5-Params-Validate/Makefile')
-rw-r--r--devel/p5-Params-Validate/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-Params-Validate/Makefile b/devel/p5-Params-Validate/Makefile
new file mode 100644
index 000000000000..826d809415a5
--- /dev/null
+++ b/devel/p5-Params-Validate/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Params::Validate
+# Date created: 10 April 2001
+# Whom: Denis Shaposhnikov <dsh@vlink.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Params-Validate
+PORTVERSION= 0.03
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Devel/DROLSKY
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= dsh@vlink.ru
+
+PERL_CONFIGURE= yes
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+MAN3= Params::Validate.3
+
+.include <bsd.port.mk>