diff options
Diffstat (limited to 'textproc/p5-Data-FormValidator/Makefile')
-rw-r--r-- | textproc/p5-Data-FormValidator/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-Data-FormValidator/Makefile b/textproc/p5-Data-FormValidator/Makefile index 56f035df7ccb..8355ad1f0595 100644 --- a/textproc/p5-Data-FormValidator/Makefile +++ b/textproc/p5-Data-FormValidator/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Data-FormValidator -PORTVERSION= 4.65 +PORTVERSION= 4.66 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +15,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Validates user input (usually from an HTML form) based RUN_DEPENDS= p5-Date-Calc>=5.0:${PORTSDIR}/devel/p5-Date-Calc \ + p5-CGI.pm>=3.48:${PORTSDIR}/www/p5-CGI.pm \ p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid \ p5-File-MMagic>=1.17:${PORTSDIR}/devel/p5-File-MMagic \ p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \ @@ -23,7 +24,7 @@ RUN_DEPENDS= p5-Date-Calc>=5.0:${PORTSDIR}/devel/p5-Date-Calc \ p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_MODBUILD= 5.8.0+ +PERL_MODBUILD= yes MAN3= Data::FormValidator.3 \ Data::FormValidator::ConstraintsFactory.3 \ |