aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Log-Dispatch-Config
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2004-09-22 01:45:21 +0800
committerleeym <leeym@FreeBSD.org>2004-09-22 01:45:21 +0800
commit7dc3c80cd52414a741d9f67a0446b01856623810 (patch)
treeeae6a7f8c3281f81137361e77888e9812f233d55 /devel/p5-Log-Dispatch-Config
parent490b6881d7f7584159e54851f71e2e87cbe242fa (diff)
downloadfreebsd-ports-gnome-7dc3c80cd52414a741d9f67a0446b01856623810.tar.gz
freebsd-ports-gnome-7dc3c80cd52414a741d9f67a0446b01856623810.tar.zst
freebsd-ports-gnome-7dc3c80cd52414a741d9f67a0446b01856623810.zip
- define MAN3 if PERL_LEVEL > 500800
- bump PORTREVISION PR: 70235 Submitted by: leeym Approved by: portmgr (marcus)
Diffstat (limited to 'devel/p5-Log-Dispatch-Config')
-rw-r--r--devel/p5-Log-Dispatch-Config/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/devel/p5-Log-Dispatch-Config/Makefile b/devel/p5-Log-Dispatch-Config/Makefile
index 13f7a2b51cea..ca487c601c9f 100644
--- a/devel/p5-Log-Dispatch-Config/Makefile
+++ b/devel/p5-Log-Dispatch-Config/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Log-Dispatch-Config
PORTVERSION= 1.01
+PORTREVISION= 1
CATEGORIES= devel sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Log
@@ -25,12 +26,14 @@ PM_DEPENDS+= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy
PERL_CONFIGURE= yes
-#MAN3= Log::Dispatch::Config.3 \
-# Log::Dispatch::Configurator.3 \
-# Log::Dispatch::Configurator::AppConfig.3
-
.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} > 500800
+MAN3= Log::Dispatch::Config.3 \
+ Log::Dispatch::Configurator.3 \
+ Log::Dispatch::Configurator::AppConfig.3
+.endif
+
.if ${PERL_LEVEL} < 500800
PM_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
.endif