# $Id: Portfile 99269 2012-10-30 20:38:59Z 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-Request-AsCGI 1.2
revision              3
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Set up a CGI environment from an HTTP::Request
long_description      Provides a convenient way of setting up an CGI \
                      environment from an HTTP::Request.

platforms             darwin

checksums             md5 82f4749a702992d405d2a8f8118e87ec \
                      sha1 c68034ed5a9271e62a333e1973d38abc18e077ce \
                      rmd160 9fa4172a666d7be09335202580a48ba9bc35532b

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

supported_archs noarch
}
