# $Id: Portfile 87508 2011-11-24 10:03:41Z dports@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           HTML-Parser 3.69
license               {Artistic GPL}
maintainers           nomaintainer
description           HTML parsing and extraction modules
long_description      This is a collection of modules that parse and \
                      extract information from HTML documents.

checksums             rmd160  55afbd697e6218d5173c688e04516bfd096ea348 \
                      sha256  748b1c906500e3a921d0694acb9a3a7dd3f2ff6fa61c656b928bbf7686a42406

platforms             darwin

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