openbsd-ports/www/p5-HTML-StripScripts/Makefile
landry 6271366656 Import p5-HTML-StripScripts 1.05:
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.
2009-11-12 20:12:18 +00:00

17 lines
322 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/11/12 20:12:18 landry Exp $
COMMENT = strip scripting constructs out of HTML
DISTNAME = HTML-StripScripts-1.05
CATEGORIES = www
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
.include <bsd.port.mk>