From f628a51a25c1cf1898f6b49acab085d42f983755 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 12 May 2019 16:38:22 +0000 Subject: [PATCH] Remove outdated PERL_LEVEL check --- math/p5-Math-String/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/math/p5-Math-String/Makefile b/math/p5-Math-String/Makefile index 2a00c265b7c4..26762686765d 100644 --- a/math/p5-Math-String/Makefile +++ b/math/p5-Math-String/Makefile @@ -14,15 +14,9 @@ COMMENT= Perl module to calculate with strings as if they were big integers LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include +NO_ARCH= yes -.if ${PERL_LEVEL} < 502508 -BUILD_DEPENDS+= p5-Math-BigInt>=1.999802:math/p5-Math-BigInt -RUN_DEPENDS+= p5-Math-BigInt>=1.999802:math/p5-Math-BigInt -.endif - -.include +.include