# $Id: Portfile 86096 2011-10-19 11:39:28Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           XML-Entities 1.0000
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Decode strings with XML entities
long_description      ${description}
worksrcdir            XML-Entities

platforms             darwin

checksums           md5     e25406fec04ea5ea9c346a19b0900bc5 \
                    sha1    25eef2dfe4d52237cfb35fd4edbb9744db42346c \
                    rmd160  f6e14a7906a175fff19aebd7c6f89215f752d477

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

supported_archs noarch
}
