mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- define MAN3 if PERL_LEVEL > 500800
- bump PORTREVISION PR: 70235 Submitted by: leeym Approved by: portmgr (marcus)
This commit is contained in:
parent
26d3af4a5e
commit
c3f7763128
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118314
1 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue