diff options
author | erwin <erwin@FreeBSD.org> | 2007-07-19 00:35:31 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2007-07-19 00:35:31 +0800 |
commit | 1e108237f4706dc52aabc9170cdb11bd92fc2a38 (patch) | |
tree | 2301155daa99cf6ae1074daeace2bf6328121196 /textproc | |
parent | fab4ef38fdb6bf550884378e34753e3326bd9cdc (diff) | |
download | freebsd-ports-gnome-1e108237f4706dc52aabc9170cdb11bd92fc2a38.tar.gz freebsd-ports-gnome-1e108237f4706dc52aabc9170cdb11bd92fc2a38.tar.zst freebsd-ports-gnome-1e108237f4706dc52aabc9170cdb11bd92fc2a38.zip |
Add dependency on devel/p5-Perl6-Junction
PR: 114657
Noticed by: Veselin Slavov <vess@slavof.net>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Data-FormValidator/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Data-FormValidator/Makefile b/textproc/p5-Data-FormValidator/Makefile index cbcf25ccd685..4d027d15e467 100644 --- a/textproc/p5-Data-FormValidator/Makefile +++ b/textproc/p5-Data-FormValidator/Makefile @@ -7,6 +7,7 @@ PORTNAME= Data-FormValidator PORTVERSION= 4.51 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Data @@ -19,7 +20,8 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Ca ${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}/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 |