# $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           XML-Entities 0.0307
maintainers           narf_tm openmaintainer
description           Decode strings with XML entities
long_description      ${description}
worksrcdir            XML-Entities

platforms             darwin

checksums             md5 db1b0e8ec8d8c575eb463fde05a43152 \
                      sha1 e4b1e6ee1c491aa6b2c63f46d5a1fb359a14d84b \
                      rmd160 3545b353d5e2f81f25b020e81f89729ea3431d4e

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

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