diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 16:47:41 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 16:47:41 +0000 |
commit | 19fe40753d31ba0d91325ae15897602b2531875a (patch) | |
tree | 756dc92902e540775c00a7af9b20473c9ab8e7a9 /www/p5-Apache-DB | |
parent | c2f2d9bfd586d4beba0a893372843bf1de3a93ea (diff) |
Notes
Diffstat (limited to 'www/p5-Apache-DB')
-rw-r--r-- | www/p5-Apache-DB/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/www/p5-Apache-DB/Makefile b/www/p5-Apache-DB/Makefile index 1cdb1962affe..f3c56b42fa9f 100644 --- a/www/p5-Apache-DB/Makefile +++ b/www/p5-Apache-DB/Makefile @@ -15,20 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Debugging and profiling tools for mod_perl +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 + MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes -USE_APACHE_RUN= 13+ +USE_APACHE_RUN= 20+ MAN3= Apache::DB.3 Apache::DProf.3 Apache::perl5db.3 \ Apache::SmallProf.3 -.include <bsd.port.pre.mk> - -.if defined(WITH_MODPERL2) || ${APACHE_VERSION} > 13 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 -.else -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |