4ce07f31a1
This class provides an easy interface to HTML::StripScripts, using HTML::Parser to parse the HTML.
21 lines
418 B
Makefile
21 lines
418 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/12 20:15:20 landry Exp $
|
|
|
|
COMMENT = XSS filter using HTML::Parser
|
|
|
|
DISTNAME = HTML-StripScripts-Parser-1.03
|
|
CATEGORIES = www
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = ::www/p5-HTML-StripScripts \
|
|
::www/p5-HTML-Parser
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|