freebsd-ports/www/p5-HTML-Defang/Makefile
Martin Neubauer 3f81d34c3e www/p5-HTML-Defang: New port: HTML::Defang - Cleans HTML as well as CSS of scripting
This module accepts an input HTML and/or CSS string and removes any
executable code including scripting, embedded objects, applets, etc.,
and neutralises any XSS attacks. A whitelist based approach is used
which means only HTML known to be safe is allowed through.

PR:		267880
2022-11-29 18:20:09 +09:00

20 lines
358 B
Makefile

PORTNAME= HTML-Defang
PORTVERSION= 1.07
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= m.ne@gmx.net
COMMENT= Cleans HTML of executable contents, and neutralises XSS attacks
WWW= https://metacpan.org/dist/HTML-Defang
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>