diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-12-13 04:57:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-12-13 04:57:26 +0800 |
commit | 6e18a90c450055616cc43cd0ee6ff33a2250b0e2 (patch) | |
tree | 8692bb74beb0b18c649b61de8e1366738f873398 /math | |
parent | 238c6e45eb2c4565fb202f80aa8051bcdaf2ac5f (diff) | |
download | freebsd-ports-gnome-6e18a90c450055616cc43cd0ee6ff33a2250b0e2.tar.gz freebsd-ports-gnome-6e18a90c450055616cc43cd0ee6ff33a2250b0e2.tar.zst freebsd-ports-gnome-6e18a90c450055616cc43cd0ee6ff33a2250b0e2.zip |
- Remove *_DEPENDS: Math::Complex 1.39+ is already in all supported Perl releases
- Bump PORTREVISION for dependency change
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-BigInt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile index 6d6ba0823531..529c1a9f0276 100644 --- a/math/p5-Math-BigInt/Makefile +++ b/math/p5-Math-BigInt/Makefile @@ -3,6 +3,7 @@ PORTNAME= Math-BigInt PORTVERSION= 1.999801 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PJACKLAM @@ -14,9 +15,6 @@ COMMENT= Arbitrary size integer math perl package LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Math-Complex>=1.39:math/p5-Math-Complex -RUN_DEPENDS:= ${BUILD_DEPENDS} - USES= perl5 USE_PERL5= configure NO_ARCH= yes |