summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-06 22:59:20 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-06 22:59:20 +0800
commit0af4512e9d5fffdb07ccc30498f4e451f8cf6d33 (patch)
tree183e432f6857ad423b986ec0519fbc2bb4e8782e /math
parent3445b585a92478bbd44345c330801290ebdda065 (diff)
downloadfreebsd-ports-0af4512e9d5fffdb07ccc30498f4e451f8cf6d33.zip
math/p5-bignum: Remove Perl core module
- Bump PORTREVISION for dependency change
Diffstat (limited to 'math')
-rw-r--r--math/p5-bignum/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/p5-bignum/Makefile b/math/p5-bignum/Makefile
index 42e7333e7148..df70bbc1bcc3 100644
--- a/math/p5-bignum/Makefile
+++ b/math/p5-bignum/Makefile
@@ -1,5 +1,6 @@
PORTNAME= bignum
PORTVERSION= 0.51
+PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PJACKLAM
@@ -11,11 +12,9 @@ COMMENT= Transparent BigNumber/BigRational support for Perl
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-Math-BigInt>=1.999812:math/p5-Math-BigInt
-
-NO_ARCH= yes
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>