diff options
Diffstat (limited to 'www/p5-Apache-DB/Makefile')
-rw-r--r-- | www/p5-Apache-DB/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/www/p5-Apache-DB/Makefile b/www/p5-Apache-DB/Makefile index 70c6bd41d1a1..78dbf4c7a30c 100644 --- a/www/p5-Apache-DB/Makefile +++ b/www/p5-Apache-DB/Makefile @@ -18,7 +18,8 @@ COMMENT= Debugging and profiling tools for mod_perl PERL_CONFIGURE= yes USE_APACHE= yes -MAN3= Apache::DB.3 Apache::DProf.3 Apache::SmallProf.3 +MAN3= Apache::DB.3 Apache::DProf.3 Apache::perl5db.3 \ + Apache::SmallProf.3 .include <bsd.port.pre.mk> @@ -28,10 +29,4 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl .endif -.if ${PERL_LEVEL} < 500600 -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Devel/DProf.pm:${PORTSDIR}/devel/p5-Devel-DProf -.else -MAN3+= Apache::perl5db.3 -.endif - .include <bsd.port.post.mk> |