1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Remove outdated PERL_LEVEL check

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-02-28 00:39:03 +00:00
parent 016d9c0d3e
commit f7f82f55e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346418

View File

@ -21,13 +21,4 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
USE_PERL5= configure
USES= perl5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501400
BUILD_DEPENDS+= p5-Module-Metadata>=0:${PORTSDIR}/devel/p5-Module-Metadata \
p5-version>=0.86:${PORTSDIR}/devel/p5-version
RUN_DEPENDS+= p5-Module-Metadata>=0:${PORTSDIR}/devel/p5-Module-Metadata \
p5-version>=0.86:${PORTSDIR}/devel/p5-version
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>