diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-06-21 01:05:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-06-21 01:05:31 +0800 |
commit | 98dc730dffc6a48d3aa4b20daa5405b3657f25c2 (patch) | |
tree | 85dcb7cd1c00b33beabf5fb22fbfe2f5d193f139 /textproc | |
parent | 50b653fa1dcf6ff829b3e735460113d4c563b51d (diff) | |
download | freebsd-ports-gnome-98dc730dffc6a48d3aa4b20daa5405b3657f25c2.tar.gz freebsd-ports-gnome-98dc730dffc6a48d3aa4b20daa5405b3657f25c2.tar.zst freebsd-ports-gnome-98dc730dffc6a48d3aa4b20daa5405b3657f25c2.zip |
- Fix and sort *_DEPENDS: Filter::Util::Call is already in all supported Perl releases
- Update pkg-descr
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-FormValidator-Lite/Makefile | 12 | ||||
-rw-r--r-- | textproc/p5-FormValidator-Lite/pkg-descr | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-FormValidator-Lite/Makefile b/textproc/p5-FormValidator-Lite/Makefile index ecf5f5fbf0f0..178bbd62cd6b 100644 --- a/textproc/p5-FormValidator-Lite/Makefile +++ b/textproc/p5-FormValidator-Lite/Makefile @@ -3,6 +3,7 @@ PORTNAME= FormValidator-Lite PORTVERSION= 0.37 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,15 +16,14 @@ 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 \ - 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 + p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid \ + p5-Email-Valid-Loose>=0:${PORTSDIR}/mail/p5-Email-Valid-Loose 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 \ +TEST_DEPENDS= p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \ + p5-Text-TestBase>=0:${PORTSDIR}/textproc/p5-Text-TestBase \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML -USES= perl5 USE_PERL5= modbuild +USES= perl5 .include <bsd.port.mk> diff --git a/textproc/p5-FormValidator-Lite/pkg-descr b/textproc/p5-FormValidator-Lite/pkg-descr index f327280070cc..472bafc840e5 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. +FormValidator::Lite is a simple, fast implementation for form validation. WWW: http://search.cpan.org/dist/FormValidator-Lite/ |