aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-06 19:16:45 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-06 19:16:45 +0000
commit2c0fd9a670915b6803070cf795f3a45ca642913d (patch)
treec5b63a4d7a43661d78fb7179096e835c50943703
parent2916d7b40df39dd7b5244972d7f1d46b320a07ce (diff)
downloadports-2c0fd9a670915b6803070cf795f3a45ca642913d.tar.gz
ports-2c0fd9a670915b6803070cf795f3a45ca642913d.zip
math/p5-Math-BigInt-Lite: Remove PERL_LEVEL check after perl5.28 removal (d67ea7eb42e95d712a079e5525232843ee0c5d6c)
-rw-r--r--math/p5-Math-BigInt-Lite/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/math/p5-Math-BigInt-Lite/Makefile b/math/p5-Math-BigInt-Lite/Makefile
index 00955d301110..aedf10d8368d 100644
--- a/math/p5-Math-BigInt-Lite/Makefile
+++ b/math/p5-Math-BigInt-Lite/Makefile
@@ -18,11 +18,4 @@ USE_PERL5= configure
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 503000
-BUILD_DEPENDS+= p5-Math-BigInt>=1.999812:math/p5-Math-BigInt
-RUN_DEPENDS+= p5-Math-BigInt>=1.999812:math/p5-Math-BigInt
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>