aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-FormValidator-Lite
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-10-21 07:10:59 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-10-21 07:10:59 +0000
commitb3f49b84cb6536cfa91eab4be26ad7f183088d87 (patch)
tree3df46cdfd92371f649cbdadb24b7646b0b1dc8f7 /textproc/p5-FormValidator-Lite
parent68b48bbba69711eef804fcaa5728d094712bba21 (diff)
Notes
Diffstat (limited to 'textproc/p5-FormValidator-Lite')
-rw-r--r--textproc/p5-FormValidator-Lite/Makefile34
-rw-r--r--textproc/p5-FormValidator-Lite/distinfo4
-rw-r--r--textproc/p5-FormValidator-Lite/pkg-plist17
3 files changed, 29 insertions, 26 deletions
diff --git a/textproc/p5-FormValidator-Lite/Makefile b/textproc/p5-FormValidator-Lite/Makefile
index 9d1ec25e55f4..0b78207f5e08 100644
--- a/textproc/p5-FormValidator-Lite/Makefile
+++ b/textproc/p5-FormValidator-Lite/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= FormValidator-Lite
-PORTVERSION= 0.25
+PORTVERSION= 0.28
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,21 +17,27 @@ COMMENT= Lightleight form validation library
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-RUN_DEPENDS= p5-UNIVERSAL-require>=0.11:${PORTSDIR}/devel/p5-UNIVERSAL-require \
- p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite
+BUILD_DEPENDS= p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
+ p5-UNIVERSAL-require>=0.11:${PORTSDIR}/devel/p5-UNIVERSAL-require
+RUN_DEPENDS= p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
+ p5-UNIVERSAL-require>=0.11:${PORTSDIR}/devel/p5-UNIVERSAL-require
-PERL_CONFIGURE= yes
+TEST_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \
+ p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \
+ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
+
+PERL_MODBUILD= yes
MAN3= FormValidator::Lite.3 \
- FormValidator::Lite::Constraint.3 \
- FormValidator::Lite::Constraint::Date.3 \
- FormValidator::Lite::Constraint::Default.3 \
- FormValidator::Lite::Constraint::Email.3 \
- FormValidator::Lite::Constraint::File.3 \
- FormValidator::Lite::Constraint::Japanese.3 \
- FormValidator::Lite::Constraint::Time.3 \
- FormValidator::Lite::Constraint::URL.3 \
- FormValidator::Lite::Messages::en.3 \
- FormValidator::Lite::Messages::ja.3
+ FormValidator::Lite::Constraint.3 \
+ FormValidator::Lite::Constraint::Date.3 \
+ FormValidator::Lite::Constraint::Default.3 \
+ FormValidator::Lite::Constraint::Email.3 \
+ FormValidator::Lite::Constraint::File.3 \
+ FormValidator::Lite::Constraint::Japanese.3 \
+ FormValidator::Lite::Constraint::Time.3 \
+ FormValidator::Lite::Constraint::URL.3 \
+ FormValidator::Lite::Messages::en.3 \
+ FormValidator::Lite::Messages::ja.3
.include <bsd.port.mk>
diff --git a/textproc/p5-FormValidator-Lite/distinfo b/textproc/p5-FormValidator-Lite/distinfo
index fcf28c67df02..b6d2e3439bdd 100644
--- a/textproc/p5-FormValidator-Lite/distinfo
+++ b/textproc/p5-FormValidator-Lite/distinfo
@@ -1,2 +1,2 @@
-SHA256 (FormValidator-Lite-0.25.tar.gz) = 516facb2f328e0c1fa3caafe017cf832323a58b5babcd7de260f452ed6c72758
-SIZE (FormValidator-Lite-0.25.tar.gz) = 63062
+SHA256 (FormValidator-Lite-0.28.tar.gz) = 676404988e9fd5b2c820cc8afbe81bbc8f89804a70edbe22af3f22189c18b3ab
+SIZE (FormValidator-Lite-0.28.tar.gz) = 34584
diff --git a/textproc/p5-FormValidator-Lite/pkg-plist b/textproc/p5-FormValidator-Lite/pkg-plist
index 51a628eff43f..70c94fbfc294 100644
--- a/textproc/p5-FormValidator-Lite/pkg-plist
+++ b/textproc/p5-FormValidator-Lite/pkg-plist
@@ -1,21 +1,18 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/FormValidator/Lite/.packlist
-%%SITE_PERL%%/FormValidator/Lite/Constraint/File.pm
-%%SITE_PERL%%/FormValidator/Lite/Constraint/Japanese.pm
+%%SITE_PERL%%/FormValidator/Lite.pm
+%%SITE_PERL%%/FormValidator/Lite/Constraint.pm
+%%SITE_PERL%%/FormValidator/Lite/Constraint/Date.pm
%%SITE_PERL%%/FormValidator/Lite/Constraint/Default.pm
%%SITE_PERL%%/FormValidator/Lite/Constraint/Email.pm
-%%SITE_PERL%%/FormValidator/Lite/Constraint/URL.pm
-%%SITE_PERL%%/FormValidator/Lite/Constraint/Date.pm
+%%SITE_PERL%%/FormValidator/Lite/Constraint/File.pm
+%%SITE_PERL%%/FormValidator/Lite/Constraint/Japanese.pm
%%SITE_PERL%%/FormValidator/Lite/Constraint/Time.pm
+%%SITE_PERL%%/FormValidator/Lite/Constraint/URL.pm
%%SITE_PERL%%/FormValidator/Lite/Messages/en.pm
%%SITE_PERL%%/FormValidator/Lite/Messages/ja.pm
+%%SITE_PERL%%/FormValidator/Lite/Upload.pm
%%SITE_PERL%%/FormValidator/Lite/Upload/CGI.pm
%%SITE_PERL%%/FormValidator/Lite/Upload/HTTPEngine.pm
%%SITE_PERL%%/FormValidator/Lite/Upload/PlackRequest.pm
-%%SITE_PERL%%/FormValidator/Lite/Constraint.pm
-%%SITE_PERL%%/FormValidator/Lite/Upload.pm
-%%SITE_PERL%%/FormValidator/Lite.pm
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FormValidator/Lite
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FormValidator
@dirrm %%SITE_PERL%%/FormValidator/Lite/Upload
@dirrm %%SITE_PERL%%/FormValidator/Lite/Messages
@dirrm %%SITE_PERL%%/FormValidator/Lite/Constraint