pkgsrc/www/p5-HTML-Scrubber/Makefile
wen 22b53248e0 Update to 0.11
Add LICENSE

Upstream changes:
0.11      2013-10-11 15:11:59 Europe/London

0.10      2013-09-27 15:05:03 Europe/London
    - RT3008 Changed examples to be XSS free
    - RT19063, RT25477 fixed handling of self closing tags,
      for example '<hr />'
    - * attribute rule can be a regexp
    - callbacks in rules to check or adjust attributes with
      custom code (RT15747)
2013-10-27 15:02:18 +00:00

21 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.17 2013/10/27 15:02:18 wen Exp $
#
DISTNAME= HTML-Scrubber-0.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Extension for scrubbing/sanitizing html
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-HTML-Parser>=3.47:../../www/p5-HTML-Parser
PERL5_MODULE_TYPE= Module::Build
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/HTML/Scrubber/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"