# -*- 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.28 5.30 5.32 5.34
perl5.setup         HTML-Parser 3.86 ../../authors/id/O/OA/OALDERS
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         HTML::Parser - HTML parsing and extraction modules
long_description    {*}${description}

checksums           rmd160  2e281a1fa721fd9370afc6a50a263dda466b56f0 \
                    sha256  5305e1d5faa70ee0aa282d85a5c9aa93911e8c7afa590ad1ced5703a544e20f6 \
                    size    152999

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