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

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           HTTP-Request-AsCGI 1.2
maintainers           narf_tm openmaintainer
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

depends_lib-append    port:p5-class-accessor \
                      port:p5-libwww-perl \
                      port:p5-uri

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