# $Id: Portfile 47186 2009-02-23 03:37:48Z narf_tm@macports.org $

PortSystem                   1.0
PortGroup                    perl5 1.0

perl5.setup                  libapreq 1.34 Apache
maintainers                  narf_tm openmaintainer
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

depends_lib-append           port:apache \
                             port:mod_perl

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