diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-19 03:29:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-19 03:29:06 +0800 |
commit | 98b6bdd7180418785c6672579723da28a3e977e7 (patch) | |
tree | b087a800be9f76516df5391bf750f83fe3209f8a /www/Makefile | |
parent | c88fe54f9e892be7c01056f09ce02966c9d46dea (diff) | |
download | freebsd-ports-gnome-98b6bdd7180418785c6672579723da28a3e977e7.tar.gz freebsd-ports-gnome-98b6bdd7180418785c6672579723da28a3e977e7.tar.zst freebsd-ports-gnome-98b6bdd7180418785c6672579723da28a3e977e7.zip |
- Add p5-Template-Plugin-StripScripts 0.02
- 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>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 473c7d540caa..9eec8e9fde9e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1197,6 +1197,7 @@ SUBDIR += p5-Template-Plugin-Markdown SUBDIR += p5-Template-Plugin-Monta SUBDIR += p5-Template-Plugin-Number-Format + SUBDIR += p5-Template-Plugin-StripScripts SUBDIR += p5-Template-Plugin-Subst SUBDIR += p5-Template-Plugin-VMethods SUBDIR += p5-Template-Provider-Encoding |