1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Remove outdated PERL_LEVEL check

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-06-01 23:52:13 +00:00
parent 8d5792fdfe
commit 64e9b5275c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442355

View File

@ -20,11 +20,4 @@ NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 502104
BUILD_DEPENDS+= p5-Test-Simple>=1.001006:devel/p5-Test-Simple
RUN_DEPENDS+= p5-Test-Simple>=1.001006:devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>