# $Id: Portfile 107600 2013-07-03 02:39:02Z dports@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup           HTML-Parser 3.71
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  d8ed9bba0f0d418cc3891b3b485d617f988facbb \
                      sha256  be918b3749d3ff93627f72ee4b825683332ecb4c81c67a3a8d72b0435ffbd802

platforms             darwin

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