1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/www/p5-HTML-StripScripts/Makefile
Yen-Ming Lee 5b6b69da49 - add HTML-StripScripts 1.04
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.
You will probably use HTML::StripScripts::Parser rather than using
this module directly.

WWW: http://search.cpan.org/dist/HTML-StripScripts/

Submitted by:	kftseng@iyard.org
2008-05-09 17:25:59 +00:00

22 lines
396 B
Makefile

# New ports collection makefile for: p5-HTML-StripScripts
# Date Created: May 08, 2008
# Whom: kftseng@iyard.org
#
# $FreeBSD$
#
PORTNAME= HTML-StripScripts
PORTVERSION= 1.04
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kftseng@iyard.org
COMMENT= Strip scripting constructs out of HTML
PERL_CONFIGURE= yes
MAN3= HTML::StripScripts.3
.include <bsd.port.mk>