# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.26
perl5.setup         HTML-Parser 3.72
license             {Artistic-1 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  d08c4dadf3a43ac263b4378f37ff8ca298554ecb \
                    sha256  ec28c7e1d9e67c45eca197077f7cdc41ead1bb4c538c7f02a3296a4bb92f608b

platforms           darwin

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