diff options
Diffstat (limited to 'www/p5-HTML-StripScripts-Parser/Makefile')
| -rw-r--r-- | www/p5-HTML-StripScripts-Parser/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/p5-HTML-StripScripts-Parser/Makefile b/www/p5-HTML-StripScripts-Parser/Makefile new file mode 100644 index 000000000000..fcd846d6a1a6 --- /dev/null +++ b/www/p5-HTML-StripScripts-Parser/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-HTML-StripScripts-Parser +# Date Created: May 08, 2008 +# Whom: kftseng@iyard.org +# +# $FreeBSD$ +# + +PORTNAME= HTML-StripScripts-Parser +PORTVERSION= 1.02 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kftseng@iyard.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 + +PERL_CONFIGURE= yes + +MAN3= HTML::StripScripts::Parser.3 + +.include <bsd.port.mk> |
