# $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $

PortSystem		1.0
PortGroup		perl5 1.0

perl5.setup		HTML-Tree 3.23
epoch			1

maintainers		geeklair.net:dluke
description		Perl parser that can build HTML syntax trees.
long_description	$description

checksums		md5 6352f50be402301f79b580dd235d7762
platforms		darwin

depends_lib-append	port:p5-html-parser \
			port:p5-html-tagset

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