aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-FormValidator-Lite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-FormValidator-Lite/Makefile')
-rw-r--r--textproc/p5-FormValidator-Lite/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/p5-FormValidator-Lite/Makefile b/textproc/p5-FormValidator-Lite/Makefile
new file mode 100644
index 000000000000..f3854da1a9e6
--- /dev/null
+++ b/textproc/p5-FormValidator-Lite/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: p5-FormValidator-Lite
+# Date created: 2009-03-09
+# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= FormValidator-Lite
+PORTVERSION= 0.02
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kaoru@kaisei.org
+COMMENT= Lightleight form validation library
+
+RUN_DEPENDS= ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require
+
+PERL_CONFIGURE= 5.8.1+
+
+MAN3= FormValidator::Lite.3
+
+.include <bsd.port.mk>