# $Id: Portfile 99579 2012-11-10 17:24:29Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup           HTTP-Body 1.17
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           HTTP Body Parser
long_description      HTTP::Body parses chunks of HTTP POST data and \
                      supports application/octet-stream, \
                      application/x-www-form-urlencoded, \
                      and multipart/form-data.

platforms             darwin

checksums             rmd160  ed74d85155e7315761bd038d18b635f7e3bcdd07 \
                      sha256  131cdae4a4c8ee1b2b17c90db30c534d3f87f3a89c3133e3a0aab1f058fbe690

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

supported_archs       noarch
}
