aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-StripScripts-Parser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-HTML-StripScripts-Parser/Makefile')
-rw-r--r--www/p5-HTML-StripScripts-Parser/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/www/p5-HTML-StripScripts-Parser/Makefile b/www/p5-HTML-StripScripts-Parser/Makefile
index 6cd9a424c7d3..8e5e1ee768b7 100644
--- a/www/p5-HTML-StripScripts-Parser/Makefile
+++ b/www/p5-HTML-StripScripts-Parser/Makefile
@@ -10,14 +10,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= XSS filter using HTML::Parser
-RUN_DEPENDS= p5-HTML-Parser>=3.56:${PORTSDIR}/www/p5-HTML-Parser \
+BUILD_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}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= HTML::StripScripts::Parser.3
-
-NO_STAGE= yes
.include <bsd.port.mk>