summaryrefslogtreecommitdiff
path: root/www/p5-HTML-StripScripts-Parser/Makefile
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2008-04-27 16:45:16 +0000
committerbouyer <bouyer@pkgsrc.org>2008-04-27 16:45:16 +0000
commitbd1b7fd31e313c82f0d802d7f22d25afad1d6048 (patch)
treeb4a5a26a16fb2ca5e8612e01f7967699be7b23f7 /www/p5-HTML-StripScripts-Parser/Makefile
parenteac35cb909763679b219780ae7a34eea250ee7a8 (diff)
downloadpkgsrc-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/Makefile17
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"