# -*- 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         XML-Entities 1.0002
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Decode strings with XML entities
long_description    ${description}
worksrcdir          XML-Entities

platforms           {darwin any}

checksums           rmd160  fc62d90c09b88b634938e15143d821b42c2e86e0 \
                    sha256  c32aa4f309573d7648ab2e416f62b6b20652f2ad9cfd3eec82fd51101fe7310d

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

    supported_archs noarch
    perl5.use_module_build
}
