# $Id: Portfile 82782 2011-08-20 01:07:52Z ryandesign@macports.org $

PortSystem                   1.0
PortGroup                    perl5 1.0

perl5.setup                  libapreq 1.34 Apache
revision                     2
maintainers                  nomaintainer
description                  Methods for dealing with client request data
long_description             Apache::Request is a subclass of the Apache \
                             class, which adds methods for parsing GET \
                             requests and POST requests where Content-type \
                             is one of application/x-www-form-urlencoded or \
                             multipart/form-data.

platforms                    darwin

checksums                    md5 2bee94cf9f36fb156b794bd469fcc550 \
                             sha1 5bc3453fa9b1509a4e5c430635064f9301e519a3 \
                             rmd160 34c156dd5a4e512b775b3182b80cafc8d05ad593

if {${perl5.major} != ""} {
depends_lib-append           port:apache \
                             port:mod_perl

configure.pre_args-append    -apx ${prefix}/sbin/apxscom
}
