diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-30 20:56:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-30 20:56:15 +0800 |
commit | 05885a83d920755c1d13aed9a84a03a0cb9708ba (patch) | |
tree | 88548c0632e52a4bd1b3f6eccf16887cad69e5d7 /math | |
parent | e047c31138df1d91087a896981b15f390c659405 (diff) | |
download | freebsd-ports-gnome-05885a83d920755c1d13aed9a84a03a0cb9708ba.tar.gz freebsd-ports-gnome-05885a83d920755c1d13aed9a84a03a0cb9708ba.tar.zst freebsd-ports-gnome-05885a83d920755c1d13aed9a84a03a0cb9708ba.zip |
- Update to 0.92
- Update LIB_DEPENDS: document all required libraries
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Math-MPC/CHANGES
Feature safe: yes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-MPC/Makefile | 9 | ||||
-rw-r--r-- | math/p5-Math-MPC/distinfo | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/math/p5-Math-MPC/Makefile b/math/p5-Math-MPC/Makefile index a1e883133e21..8355690b6c45 100644 --- a/math/p5-Math-MPC/Makefile +++ b/math/p5-Math-MPC/Makefile @@ -6,17 +6,22 @@ # PORTNAME= Math-MPC -PORTVERSION= 0.91 +PORTVERSION= 0.92 CATEGORIES= math perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:SISYPHUS PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A perl interface to MPC Library BUILD_DEPENDS= p5-Math-MPFR>=2.01:${PORTSDIR}/math/p5-Math-MPFR +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ + mpc.2:${PORTSDIR}/math/mpc \ + mpfr.4:${PORTSDIR}/math/mpfr RUN_DEPENDS= p5-Math-MPFR>=2.01:${PORTSDIR}/math/p5-Math-MPFR -LIB_DEPENDS= mpc.2:${PORTSDIR}/math/mpc + +TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod PERL_CONFIGURE= yes MAKE_ENV= INC="-I${LOCALBASE}/include" diff --git a/math/p5-Math-MPC/distinfo b/math/p5-Math-MPC/distinfo index 5fbf793117e5..9b5a7a383753 100644 --- a/math/p5-Math-MPC/distinfo +++ b/math/p5-Math-MPC/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-MPC-0.91.tar.gz) = 21527130ca86c090727c1e0ecfede3b0548aa06c900352741d954db7b643f523 -SIZE (Math-MPC-0.91.tar.gz) = 46867 +SHA256 (Math-MPC-0.92.tar.gz) = 000118a84228bc481349290ac213e00a573dd7ff135ac3d98e3afea222d7168f +SIZE (Math-MPC-0.92.tar.gz) = 48831 |