# -*- 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.85 ../../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  8de254447bd65156b2666a08285b481c82b0b87d \
                    sha256  fd42ba6abe07241cf0ad57be246c3980065f683e4465e59b46af9efebc8e0c71 \
                    size    151577

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