From 98dc730dffc6a48d3aa4b20daa5405b3657f25c2 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Fri, 20 Jun 2014 17:05:31 +0000 Subject: - Fix and sort *_DEPENDS: Filter::Util::Call is already in all supported Perl releases - Update pkg-descr --- textproc/p5-FormValidator-Lite/Makefile | 12 ++++++------ textproc/p5-FormValidator-Lite/pkg-descr | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'textproc') 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 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/ -- cgit