# $Id: Portfile 84662 2011-09-29 11:31:24Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           HTTP-Request-AsCGI 1.2
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Setup a CGI enviroment from a HTTP::Request
long_description      Provides a convinient way of setting up an CGI \
                      enviroment from a 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
}
