diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /textproc/p5-Data-FormValidator | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Data-FormValidator')
-rw-r--r-- | textproc/p5-Data-FormValidator/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/textproc/p5-Data-FormValidator/Makefile b/textproc/p5-Data-FormValidator/Makefile index 17ae138e284c..4cef56efab90 100644 --- a/textproc/p5-Data-FormValidator/Makefile +++ b/textproc/p5-Data-FormValidator/Makefile @@ -11,14 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Validates user input (usually from an HTML form) based -BUILD_DEPENDS= p5-CGI>=3.48:${PORTSDIR}/www/p5-CGI \ - 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 +BUILD_DEPENDS= p5-CGI>=3.48:www/p5-CGI \ + p5-Date-Calc>=5.0:devel/p5-Date-Calc \ + p5-Email-Valid>=0:mail/p5-Email-Valid \ + p5-File-MMagic>=1.17:devel/p5-File-MMagic \ + p5-Image-Size>=0:graphics/p5-Image-Size \ + p5-MIME-Types>=1.005:mail/p5-MIME-Types \ + p5-Perl6-Junction>=1.10:devel/p5-Perl6-Junction \ + p5-Regexp-Common>=0:textproc/p5-Regexp-Common RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |