# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         HTML-Encoding 0.60
platforms           darwin
maintainers         simon openmaintainer
description         Determines the encoding of HTML and XML/XHTML documents
long_description    ${description}

checksums           md5 b6a0ded3d1a085bc7b3cdb5ae07e89d2 \
                    sha1 7bff5ea3a512dd8a1667f8d2ee16c3505d512da2 \
                    rmd160 e4f2621e737598bf758c691bf605b44a65c42af3

depends_lib         port:p5-encode \
                    port:p5-html-parser \
                    port:p5-libwww-perl

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
