diff options
Diffstat (limited to 'www/p5-HTML-StripScripts-Parser/Makefile')
-rw-r--r-- | www/p5-HTML-StripScripts-Parser/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-HTML-StripScripts-Parser/Makefile b/www/p5-HTML-StripScripts-Parser/Makefile index 27b4a8f86509..2c6b8e8134c7 100644 --- a/www/p5-HTML-StripScripts-Parser/Makefile +++ b/www/p5-HTML-StripScripts-Parser/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-StripScripts-Parser -PORTVERSION= 1.02 +PORTVERSION= 1.03 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= XSS filter using HTML::Parser -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/HTML/StripScripts.pm:${PORTSDIR}/www/p5-HTML-StripScripts +RUN_DEPENDS= p5-HTML-Parser>=3.56:${PORTSDIR}/www/p5-HTML-Parser \ + p5-HTML-StripScripts>=1.05:${PORTSDIR}/www/p5-HTML-StripScripts +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |