- Trim Makefile header

- Remove unnecessary depend on PERL_LEVEL < 5.12

PR:		ports/178919
Submitted by:	az
Approved by:	maintainer (timeout)
This commit is contained in:
Andrej Zverev 2013-06-07 07:32:23 +00:00
parent 1729cfbf6a
commit fd0b37847f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320165

View File

@ -24,16 +24,4 @@ PERL_CONFIGURE= yes
MAN3= ORLite.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp
RUN_DEPENDS+= p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp
.endif
.if ${PERL_LEVEL} < 501101
BUILD_DEPENDS+= p5-File-Path>=2.08:${PORTSDIR}/devel/p5-File-Path
RUN_DEPENDS+= p5-File-Path>=2.08:${PORTSDIR}/devel/p5-File-Path
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>