- WITH_APACHE2 is deprecated

This commit is contained in:
Philip M. Gollucci 2009-12-25 18:14:47 +00:00
parent b20d752dbc
commit 1bbed6b25b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246614
2 changed files with 11 additions and 11 deletions

View File

@ -16,16 +16,13 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module that implements authentication caching
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/Object.pm:${PORTSDIR}/devel/p5-Time-Object \
${SITE_PERL}/IPC/Cache.pm:${PORTSDIR}/devel/p5-IPC-Cache
${SITE_PERL}/IPC/Cache.pm:${PORTSDIR}/devel/p5-IPC-Cache \
${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl
RUN_DEPENDS= ${BUILD_DEPENDS}
MAKE_JOBS_SAFE= yes
.if defined(WITH_APACHE2)
IGNORE= this module is only for www/mod_perl
.else
BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl
.endif
USE_APACHE= 1.3
PERL_CONFIGURE= yes

View File

@ -7,7 +7,7 @@
PORTNAME= Apache-Gallery
PORTVERSION= 1.0.r3
PORTREVISION= 2
PORTREVISION= 3
PORTEPOCH= 2
CATEGORIES= www perl5
MASTER_SITES= http://apachegallery.dk/download/ \
@ -26,10 +26,13 @@ BUILD_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm
RUN_DEPENDS= ${BUILD_DEPENDS}
.if defined(WITH_APACHE2)
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2
.else
USE_APACHE= 1.3+
.include <bsd.port.pre.mk>
.if ${APACHE_VERSION} == 13
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq
.else
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2
.endif
PERL_CONFIGURE= yes
@ -61,4 +64,4 @@ post-install:
@${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>