diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-05-26 13:47:05 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-05-26 13:47:05 +0000 |
commit | cd2ce522153571f63cc0d74982bc18b1f5618ef6 (patch) | |
tree | c652c066f38ef68e513afceec8235527ef7d79ed /devel/p5-Log-Dispatch-Config/Makefile | |
parent | e3070b713f17019a275e5cc5046203d0764f6317 (diff) | |
download | ports-cd2ce522153571f63cc0d74982bc18b1f5618ef6.tar.gz ports-cd2ce522153571f63cc0d74982bc18b1f5618ef6.zip |
Notes
Diffstat (limited to 'devel/p5-Log-Dispatch-Config/Makefile')
-rw-r--r-- | devel/p5-Log-Dispatch-Config/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/p5-Log-Dispatch-Config/Makefile b/devel/p5-Log-Dispatch-Config/Makefile index ca487c601c9f..e3c8a3feb82a 100644 --- a/devel/p5-Log-Dispatch-Config/Makefile +++ b/devel/p5-Log-Dispatch-Config/Makefile @@ -26,13 +26,11 @@ PM_DEPENDS+= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy PERL_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} > 500800 MAN3= Log::Dispatch::Config.3 \ Log::Dispatch::Configurator.3 \ Log::Dispatch::Configurator::AppConfig.3 -.endif + +.include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 PM_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp |