- define MAN3 if PERL_LEVEL > 500800

- bump PORTREVISION

PR:		70235
Submitted by:	leeym
Approved by:	portmgr (marcus)
This commit is contained in:
Yen-Ming Lee 2004-09-21 17:45:21 +00:00
parent 26d3af4a5e
commit c3f7763128
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118314

View file

@ -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