# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           HTTP-Body 1.07
maintainers           narf_tm openmaintainer
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             md5 926414bd380f7e626ac72881fc537de1 \
                      sha1 3713343d2eac114e110c86ac21514428ce288fc8 \
                      rmd160 c01f9491d61356097c953fd264bca77161daaca7

depends_lib-append    port:p5-libwww-perl \
                      port:p5-test-deep \
                      port:p5-test-simple

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