diff options
author | bouyer <bouyer@pkgsrc.org> | 2008-04-27 16:45:16 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2008-04-27 16:45:16 +0000 |
commit | bd1b7fd31e313c82f0d802d7f22d25afad1d6048 (patch) | |
tree | b4a5a26a16fb2ca5e8612e01f7967699be7b23f7 /www/p5-HTML-StripScripts-Parser/Makefile | |
parent | eac35cb909763679b219780ae7a34eea250ee7a8 (diff) | |
download | pkgsrc-bd1b7fd31e313c82f0d802d7f22d25afad1d6048.tar.gz |
Import p5-HTML-StripScripts-Parser version 1.02
HTML::StripScript::Parser
===========
This class provides an easy interface to HTML::StripScripts, using
HTML::Parser to parse the HTML.
Diffstat (limited to 'www/p5-HTML-StripScripts-Parser/Makefile')
-rw-r--r-- | www/p5-HTML-StripScripts-Parser/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/p5-HTML-StripScripts-Parser/Makefile b/www/p5-HTML-StripScripts-Parser/Makefile new file mode 100644 index 00000000000..bff95effafd --- /dev/null +++ b/www/p5-HTML-StripScripts-Parser/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/27 16:45:16 bouyer Exp $ + +DISTNAME= HTML-StripScripts-Parser-1.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} + +MAINTAINER= bouyer@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/HTML-HTML-StripScripts-Parser/ +COMMENT= Perl5 module XSS filter using HTML::Parser + +DEPENDS+= p5-HTML-StripScripts>=1.04:../../www/p5-HTML-StripScripts + +PERL5_PACKLIST= auto/HTML/StripScripts/Parser/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |