diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-06 22:59:20 +0800 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-06 22:59:20 +0800 |
| commit | 0af4512e9d5fffdb07ccc30498f4e451f8cf6d33 (patch) | |
| tree | 183e432f6857ad423b986ec0519fbc2bb4e8782e /math/p5-bignum | |
| parent | math/p5-Math-BigInt-Pari: Update to 1.3007 (diff) | |
math/p5-bignum: Remove Perl core module
- Bump PORTREVISION for dependency change
Diffstat (limited to 'math/p5-bignum')
| -rw-r--r-- | math/p5-bignum/Makefile | 7 |
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> |
