Remove outdated PERL_LEVEL check

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-05-12 16:38:17 +00:00
parent 18f643be63
commit 9904ce3c03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501423

View file

@ -13,15 +13,9 @@ COMMENT= Arbitrary big rational numbers
LICENSE= ART10 GPLv1+ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5 USES= perl5
USE_PERL5= configure USE_PERL5= configure
.include <bsd.port.pre.mk> NO_ARCH= yes
.if ${PERL_LEVEL} < 502503 .include <bsd.port.mk>
BUILD_DEPENDS+= p5-Math-BigInt>=1.999718:math/p5-Math-BigInt
RUN_DEPENDS+= p5-Math-BigInt>=1.999718:math/p5-Math-BigInt
.endif
.include <bsd.port.post.mk>