# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $
PortSystem 1.0
PortGroup perl5 1.0

perl5.setup		HTML-Scrubber 0.08
maintainers		nomaintainer
description		Perl extension for scrubbing/sanitizing html
long_description	${description}
checksums		md5 abadf246e528f3e2d31717ef8a1d90f2
platforms		darwin
depends_lib-append	port:p5-html-parser \
			port:p5-test-simple

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
