aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-FormValidator-Lite
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2013-05-13 07:55:29 +0000
committerFrederic Culot <culot@FreeBSD.org>2013-05-13 07:55:29 +0000
commit82721fc10aaf74255048ad2dfbd130e416e30308 (patch)
treec78e2e9dbfab805d8090423c2df02e2c745198c7 /textproc/p5-FormValidator-Lite
parenta13d23f6fc89151710d7a04d83fe49126b4e85ec (diff)
downloadports-82721fc10aaf74255048ad2dfbd130e416e30308.tar.gz
ports-82721fc10aaf74255048ad2dfbd130e416e30308.zip
- Update to 0.34 [1]
- Trim Makefile's header [1] - Update TEST_DEPENDS - Pet portlint(1) by changing tab into space in WWW link Changes: http://search.cpan.org/dist/FormValidator-Lite/Changes PR: ports/178395 [1] Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
Notes
Notes: svn path=/head/; revision=318003
Diffstat (limited to 'textproc/p5-FormValidator-Lite')
-rw-r--r--textproc/p5-FormValidator-Lite/Makefile26
-rw-r--r--textproc/p5-FormValidator-Lite/distinfo4
-rw-r--r--textproc/p5-FormValidator-Lite/pkg-descr2
3 files changed, 18 insertions, 14 deletions
diff --git a/textproc/p5-FormValidator-Lite/Makefile b/textproc/p5-FormValidator-Lite/Makefile
index 0fca3fb5b260..2835adae5147 100644
--- a/textproc/p5-FormValidator-Lite/Makefile
+++ b/textproc/p5-FormValidator-Lite/Makefile
@@ -1,12 +1,9 @@
-# New ports collection makefile for: p5-FormValidator-Lite
-# Date created: 2009-03-09
-# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
-#
+# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org>
# $FreeBSD$
#
PORTNAME= FormValidator-Lite
-PORTVERSION= 0.29
+PORTVERSION= 0.34
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,11 +15,12 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
- p5-Class-Load>=0.11:${PORTSDIR}/devel/p5-Class-Load
-RUN_DEPENDS= p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
- p5-Class-Load>=0.11:${PORTSDIR}/devel/p5-Class-Load
-
-TEST_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \
+ p5-Class-Load>=0.11:${PORTSDIR}/devel/p5-Class-Load \
+ p5-Email-Valid>0:${PORTSDIR}/mail/p5-Email-Valid \
+ p5-Email-Valid-Loose>0:${PORTSDIR}/mail/p5-Email-Valid-Loose \
+ p5-Filter>0:${PORTSDIR}/devel/p5-Filter
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Text-TestBase>0:${PORTSDIR}/textproc/p5-Text-TestBase \
p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
@@ -40,4 +38,10 @@ MAN3= FormValidator::Lite.3 \
FormValidator::Lite::Messages::en.3 \
FormValidator::Lite::Messages::ja.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501400
+TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/textproc/p5-FormValidator-Lite/distinfo b/textproc/p5-FormValidator-Lite/distinfo
index 6f250befb460..661dbfa69346 100644
--- a/textproc/p5-FormValidator-Lite/distinfo
+++ b/textproc/p5-FormValidator-Lite/distinfo
@@ -1,2 +1,2 @@
-SHA256 (FormValidator-Lite-0.29.tar.gz) = 0d979e4a3ea958bbbd399956da38819edf9822a9d1aeb7f3243fa8b3359cf216
-SIZE (FormValidator-Lite-0.29.tar.gz) = 34586
+SHA256 (FormValidator-Lite-0.34.tar.gz) = 4e408f1b6c13b351244bf789a27c9eea78792f99390d4a34387e267c9f416db2
+SIZE (FormValidator-Lite-0.34.tar.gz) = 31658
diff --git a/textproc/p5-FormValidator-Lite/pkg-descr b/textproc/p5-FormValidator-Lite/pkg-descr
index 562098be55d3..f327280070cc 100644
--- a/textproc/p5-FormValidator-Lite/pkg-descr
+++ b/textproc/p5-FormValidator-Lite/pkg-descr
@@ -1,3 +1,3 @@
FormValidator::Simple like lightweight form validation library.
-WWW: http://search.cpan.org/dist/FormValidator-Lite/
+WWW: http://search.cpan.org/dist/FormValidator-Lite/