# $Id: Portfile 109383 2013-08-14 16:41:38Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches        5.8 5.10 5.12 5.14 5.16
perl5.setup           HTTP-Response-Encoding 0.06
revision              3
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Adds encoding() to HTTP::Response
long_description      ${description}

platforms             darwin

checksums             md5 7e1d46f2d88022580e1a18bb7ac4ab71 \
                      sha1 528ca9f381b0a01c41f421c1824262edd1ecd40c \
                      rmd160 6ecbb178f05301c40c0d4c3f414e57ed24b56184

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

supported_archs noarch
}
