diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-13 14:45:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-13 14:45:57 +0800 |
commit | 89140b92cb6cf4d53ae4900731c0d07314b85b57 (patch) | |
tree | 468e60be0c18eb9b1170fcb0ffc8cfd622e754f8 /math | |
parent | 47d4080be6d9857cb5c3ea019cf85691caeadd36 (diff) | |
download | freebsd-ports-gnome-89140b92cb6cf4d53ae4900731c0d07314b85b57.tar.gz freebsd-ports-gnome-89140b92cb6cf4d53ae4900731c0d07314b85b57.tar.zst freebsd-ports-gnome-89140b92cb6cf4d53ae4900731c0d07314b85b57.zip |
- Update to 3.02
- Add math/gmp to LIB_DEPENDS
Changes: http://search.cpan.org/dist/Math-MPFR/CHANGES
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-MPFR/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Math-MPFR/distinfo | 4 | ||||
-rw-r--r-- | math/p5-Math-MPFR/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/math/p5-Math-MPFR/Makefile b/math/p5-Math-MPFR/Makefile index 4488a2793d1d..8998be6f7e6f 100644 --- a/math/p5-Math-MPFR/Makefile +++ b/math/p5-Math-MPFR/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Math-MPFR -PORTVERSION= 3.0 -PORTREVISION= 1 +PORTVERSION= 3.02 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A perl interface to MPFR Library -LIB_DEPENDS= mpfr.4:${PORTSDIR}/math/mpfr +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ + mpfr.4:${PORTSDIR}/math/mpfr PERL_CONFIGURE= yes MAKE_ENV= INC="-I${LOCALBASE}/include" diff --git a/math/p5-Math-MPFR/distinfo b/math/p5-Math-MPFR/distinfo index f23935b0ca86..67a6ef456566 100644 --- a/math/p5-Math-MPFR/distinfo +++ b/math/p5-Math-MPFR/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-MPFR-3.0.tar.gz) = e1a9fd0c1cadb25c35f4ea89206ff02be4bb8b657f9f640c41e07a6fe379d438 -SIZE (Math-MPFR-3.0.tar.gz) = 70185 +SHA256 (Math-MPFR-3.02.tar.gz) = 7a9597bfe5772aaca0d49d2389a794d42eddd218c179600da56f09d5accbad35 +SIZE (Math-MPFR-3.02.tar.gz) = 70797 diff --git a/math/p5-Math-MPFR/pkg-descr b/math/p5-Math-MPFR/pkg-descr index 2ce57e933d86..443f5256c030 100644 --- a/math/p5-Math-MPFR/pkg-descr +++ b/math/p5-Math-MPFR/pkg-descr @@ -4,4 +4,4 @@ The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision C library. -WWW: http://search.cpan.org/dist/Math-MPFR +WWW: http://search.cpan.org/dist/Math-MPFR/ |