diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-05-22 22:13:22 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-05-22 22:13:22 +0000 |
commit | 55a37728af6e927b9e60284ae4a39f4331a98b56 (patch) | |
tree | 8da01aba585eaf58d4cc5f29a2cac5302f208ea3 /www/p5-Apache-Reload | |
parent | fb50ec5c18092e5bded1b796fa614e983a6d6fe0 (diff) |
Notes
Diffstat (limited to 'www/p5-Apache-Reload')
-rw-r--r-- | www/p5-Apache-Reload/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/p5-Apache-Reload/Makefile b/www/p5-Apache-Reload/Makefile index aa542a33acaa..258172f2e223 100644 --- a/www/p5-Apache-Reload/Makefile +++ b/www/p5-Apache-Reload/Makefile @@ -7,6 +7,7 @@ PORTNAME= Apache-Reload PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Reload changed modules +CONFLICTS= ap2[02]-mod_perl2-2.0.[5-9]* MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes @@ -24,6 +26,7 @@ MAN3= Apache2::Reload.3 Apache::Reload.3 .include <bsd.port.pre.mk> .if defined(WITH_MODPERL2) || ${APACHE_VERSION} > 13 +FORBIDDEN= Apache-Reload is included again in mod_perl2 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 MAKE_ENV+= MOD_PERL=2 |