1 | # $Id: Portfile,v 1.5 2006/02/11 14:15:08 olegb Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | perl5.setup libapreq 1.33 Apache |
---|
6 | maintainers narf_tm@trulycertifiable.com |
---|
7 | description Methods for dealing with client request data |
---|
8 | long_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 | |
---|
12 | platforms darwin |
---|
13 | |
---|
14 | checksums md5 f5d2c36ae545aac6fd26cb03307df52b |
---|
15 | |
---|
16 | depends_lib-append port:apache port:p5-apache-test |
---|
17 | |
---|
18 | configure.pre_args-append -apx ${prefix}/sbin/apxs |
---|