1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Add BUILD_DEPENDS to p5-ExtUtil-MakeMaker when perl < 5.18.

This commit is contained in:
Vanilla I. Shu 2014-07-15 13:23:16 +00:00
parent 6afd4a2d6f
commit e186c0c110
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361919

View File

@ -22,4 +22,10 @@ TEST_DEPENDS= p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501800
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
.endif
.include <bsd.port.post.mk>