mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
d8db3cac9e
- While I'm here: - Add LICENSE - Convert to new Perl framework Template::Plugin::StripScripts is a Template::Toolkit plugin to filter HTML and strip scripting snipets which can cause XSS. Additionally, due to some nice features from HTML::StripScripts, this module can work really flexibly on treating HTML. WWW: http://search.cpan.org/dist/Template-Plugin-StripScripts/ PR: ports/180320 Submitted by: Anes Mukhametov <anes@anes.su>
23 lines
508 B
Makefile
23 lines
508 B
Makefile
# Created by: Anes Mukhametov <anes@anes.su>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Template-Plugin-StripScripts
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= anes@anes.su
|
|
COMMENT= TT plugin to filter HTML against XSS
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= p5-HTML-StripScripts-Parser>=0.99:${PORTSDIR}/www/p5-HTML-StripScripts-Parser \
|
|
p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|