diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-11-06 09:30:54 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-11-06 09:30:54 +0000 |
commit | fefc1f278517051afb99eb981bda8ba69c30d6c7 (patch) | |
tree | 7a9e6771b11153f8523e119c18b7805ddb2a1555 /www/p5-HTML-StripScripts-Parser/Makefile | |
parent | 68c12aab7a19213d9e0fd7bc4731c48cf052bb10 (diff) | |
download | ports-fefc1f278517051afb99eb981bda8ba69c30d6c7.tar.gz ports-fefc1f278517051afb99eb981bda8ba69c30d6c7.zip |
Notes
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 |