mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
This class provides an easy interface to HTML::StripScripts, using HTML::Parser to parse the HTML. See HTML::Parser for details of how to customise how the raw HTML is parsed into tags, and HTML::StripScripts for details of how to customise the way those tags are filtered. WWW: http://search.cpan.org/dist/HTML-StripScripts-Parser/ Submitted by: kftseng@iyard.org
24 lines
570 B
Makefile
24 lines
570 B
Makefile
# 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>
|