# $Id: Portfile 119855 2014-05-08 12:41:52Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches        5.8 5.10 5.12 5.14 5.16 5.18
perl5.setup           XML-Entities 1.0001
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Decode strings with XML entities
long_description      ${description}
worksrcdir            XML-Entities

platforms             darwin

checksums             rmd160  5e0a1ae43b7a5239c2e8c9ad70bdb3ad87fcbba0 \
                      sha256  3498107938e4cc725f3d2e4fdf45b4a491a0e9d05f5f201c93986b90ea8e8c19

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

supported_archs noarch
}
