summaryrefslogtreecommitdiff
path: root/www/p5-HTML-StripScripts/Makefile
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2008-04-27 16:44:33 +0000
committerbouyer <bouyer@pkgsrc.org>2008-04-27 16:44:33 +0000
commiteac35cb909763679b219780ae7a34eea250ee7a8 (patch)
tree88b9bfdbd6259534405eefdc5b3982c15172e926 /www/p5-HTML-StripScripts/Makefile
parent18eee42a557a8bebfbe08fe3af72bec9da544b7c (diff)
downloadpkgsrc-eac35cb909763679b219780ae7a34eea250ee7a8.tar.gz
Import p5-HTML-StripScripts version 1.04
HTML::StripScript =========== This module strips scripting constructs out of HTML, leaving as much non-scripting markup in place as possible. This allows web applications to display HTML originating from an untrusted source without introducing XSS (cross site scripting) vulnerabilities.
Diffstat (limited to 'www/p5-HTML-StripScripts/Makefile')
-rw-r--r--www/p5-HTML-StripScripts/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/p5-HTML-StripScripts/Makefile b/www/p5-HTML-StripScripts/Makefile
new file mode 100644
index 00000000000..56f34df7f45
--- /dev/null
+++ b/www/p5-HTML-StripScripts/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/27 16:44:33 bouyer Exp $
+
+DISTNAME= HTML-StripScripts-1.04
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
+
+MAINTAINER= bouyer@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/HTML-StripScripts/
+COMMENT= Perl5 module to strip scripting constructs out of HTML
+
+PERL5_PACKLIST= auto/HTML/StripScripts/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"