aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-String
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-12 16:38:22 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-12 16:38:22 +0000
commitf628a51a25c1cf1898f6b49acab085d42f983755 (patch)
tree51ffa75a755a1bb45e7e65cabbd8dbaba5908c78 /math/p5-Math-String
parent9904ce3c03517f159db36fd268353a1c1428b69f (diff)
downloadports-f628a51a25c1cf1898f6b49acab085d42f983755.tar.gz
ports-f628a51a25c1cf1898f6b49acab085d42f983755.zip
Remove outdated PERL_LEVEL check
Notes
Notes: svn path=/head/; revision=501424
Diffstat (limited to 'math/p5-Math-String')
-rw-r--r--math/p5-Math-String/Makefile10
1 files 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 <bsd.port.pre.mk>
-
-.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
+NO_ARCH= yes
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>