Ticket #7352: Portfile.2

File Portfile.2, 638 bytes (added by narf_tm@…, 18 years ago)

Updated Portfile

Line 
1# $Id: Portfile,v 1.5 2006/02/11 14:15:08 olegb Exp $
2
3PortSystem 1.0
4PortGroup perl5 1.0
5perl5.setup             libapreq 1.33 Apache
6maintainers             narf_tm@trulycertifiable.com
7description             Methods for dealing with client request data   
8long_description        Apache::Request is a subclass of the Apache class, which adds methods for parsing \
9                        GET requests and POST requests where Content-type is one of \
10                        application/x-www-form-urlencoded or multipart/form-data.
11
12platforms               darwin
13
14checksums               md5 f5d2c36ae545aac6fd26cb03307df52b
15
16depends_lib-append      port:apache port:p5-apache-test port:mod_perl
17
18configure.pre_args-append       -apx ${prefix}/sbin/apxs