diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-04-12 17:43:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-04-12 17:43:19 +0000 |
commit | 25b90a10bb79e1e5034f261b30c27a527216a9e1 (patch) | |
tree | 00478117a217d3d9995f3a68d903a3ebbeab176e /www | |
parent | 4c88939ef6096c1d43081e6c5b2051c4d28c7533 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-libapreq/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/www/p5-libapreq/Makefile b/www/p5-libapreq/Makefile index 2cd7753c1aad..c4994b6a3664 100644 --- a/www/p5-libapreq/Makefile +++ b/www/p5-libapreq/Makefile @@ -15,14 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Generic Apache Request Library -USE_APACHE= 13 - -.include <bsd.port.pre.mk> - -.if ${APACHE_VERSION} > 13 || ${APACHE_PORT} != "www/apache13" -IGNORE= build only with apache13 -.endif - .if defined(WITH_MODPERL2) IGNORE= this port does not support mod_perl2 .else @@ -32,6 +24,13 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \ .endif PERL_CONFIGURE= yes +USE_APACHE= 13 + +.include <bsd.port.pre.mk> + +.if ${APACHE_VERSION} > 13 || ${APACHE_PORT} != "www/apache13" +IGNORE= build only with apache13 +.endif MAN3= Apache::Cookie.3 Apache::Request.3 Apache::libapreq.3 \ libapreq.3 |