diff options
Diffstat (limited to 'www/p5-Apache-DB')
-rw-r--r-- | www/p5-Apache-DB/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-Apache-DB/Makefile b/www/p5-Apache-DB/Makefile index a20878b6517..03021163638 100644 --- a/www/p5-Apache-DB/Makefile +++ b/www/p5-Apache-DB/Makefile @@ -17,17 +17,14 @@ COMMENT= Debugging and profiling tools for mod_perl PERL_CONFIGURE= yes -MAN3= Apache::DB.3 Apache::DProf.3 Apache::SmallProf.3 \ - Apache::perl5db.3 +MAN3= Apache::DB.3 Apache::DProf.3 Apache::SmallProf.3 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= "Broken pkg-plist on 4.x" -.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> |