diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-09-03 09:01:37 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-09-03 09:01:37 +0000 |
commit | f87b92ad22f7a76dc1eccbd8db441226a366b02c (patch) | |
tree | 7dfdad51331351bb6e53398ab8bd3f4cd11a6992 | |
parent | Update to 0.29. (diff) |
- fix dependency (add Email::Valid)
- bump PORTREVISION
Diffstat (limited to '')
-rw-r--r-- | textproc/p5-Data-FormValidator/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/textproc/p5-Data-FormValidator/Makefile b/textproc/p5-Data-FormValidator/Makefile index 12407c9294e9..dbe0cb62df0c 100644 --- a/textproc/p5-Data-FormValidator/Makefile +++ b/textproc/p5-Data-FormValidator/Makefile @@ -7,6 +7,7 @@ PORTNAME= Data-FormValidator PORTVERSION= 4.61 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,15 +15,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Validates user input (usually from an HTML form) based -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ - ${SITE_PERL}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic \ - ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \ - ${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common \ - ${SITE_PERL}/MIME/Types.pm:${PORTSDIR}/mail/p5-MIME-Types \ - ${SITE_PERL}/Perl6/Junction.pm:${PORTSDIR}/devel/p5-Perl6-Junction -BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod +RUN_DEPENDS= p5-Date-Calc>=5.0:${PORTSDIR}/devel/p5-Date-Calc \ + 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 \ + p5-MIME-Types>=1.005:${PORTSDIR}/mail/p5-MIME-Types \ + p5-Perl6-Junction>=1.10:${PORTSDIR}/devel/p5-Perl6-Junction \ + p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common PERL_MODBUILD= 5.8.0+ |