# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem		1.0
PortGroup		perl5 1.0

perl5.setup		HTML-Tree 4.2
epoch			1
revision        1

maintainers		geeklair.net:dluke openmaintainer
description		Perl parser that can build HTML syntax trees.
license			{GPL Artistic}
long_description	$description

checksums	md5	a145ad037ac54b6192c0046383d267da \
		sha1	90fc3f3a2269b32a224f2d905e6e47b5ec4bd600 \
		rmd160	81a93be6962f5142025d5012ae604ed932fe86ca

platforms		darwin

if {${perl5.major} != ""} {
depends_lib-append	port:p${perl5.major}-html-parser \
			port:p${perl5.major}-html-tagset \
			port:p${perl5.major}-test-exception

supported_archs noarch
}
