diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-04 09:26:52 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-04 09:26:52 +0000 |
commit | c649a52f03ed5dcd9a6294ce47078b9568356c09 (patch) | |
tree | 4e2073ee3256844ea9ea5ef12cec29898666c37c /math | |
parent | af19ac73e52034a64d75968661969e03b8ad04cc (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-MPC/Makefile | 9 | ||||
-rw-r--r-- | math/p5-Math-MPC/distinfo | 4 | ||||
-rw-r--r-- | math/p5-Math-MPC/pkg-plist | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/math/p5-Math-MPC/Makefile b/math/p5-Math-MPC/Makefile index 1cc1482ee634..f84e82c88e28 100644 --- a/math/p5-Math-MPC/Makefile +++ b/math/p5-Math-MPC/Makefile @@ -2,17 +2,18 @@ # $FreeBSD$ PORTNAME= Math-MPC -PORTVERSION= 1.01 -PORTREVISION= 1 +PORTVERSION= 1.04 CATEGORIES= math perl5 MASTER_SITES= CPAN -#MASTER_SITE_SUBDIR= CPAN:SISYPHUS PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to MPC Library -BUILD_DEPENDS= p5-Math-MPFR>=2.01:${PORTSDIR}/math/p5-Math-MPFR +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Math-MPFR>=3.23:${PORTSDIR}/math/p5-Math-MPFR LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ libmpc.so:${PORTSDIR}/math/mpc \ libmpfr.so:${PORTSDIR}/math/mpfr diff --git a/math/p5-Math-MPC/distinfo b/math/p5-Math-MPC/distinfo index d8bd1d8ba721..87eb4ef4c5c6 100644 --- a/math/p5-Math-MPC/distinfo +++ b/math/p5-Math-MPC/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-MPC-1.01.tar.gz) = ab13a30021369cd2b342c9e6c3f2aa2faa1d37d4ee2de5aea00e42c72a5d3725 -SIZE (Math-MPC-1.01.tar.gz) = 50110 +SHA256 (Math-MPC-1.04.tar.gz) = 0796afc34a37847f55a2e40c1e7f2ca12a2baee28809b0ea4a7ae366fcde48a0 +SIZE (Math-MPC-1.04.tar.gz) = 51587 diff --git a/math/p5-Math-MPC/pkg-plist b/math/p5-Math-MPC/pkg-plist index 622a3107af28..3df10e1e1672 100644 --- a/math/p5-Math-MPC/pkg-plist +++ b/math/p5-Math-MPC/pkg-plist @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Math::MPC.3.gz %%SITE_ARCH%%/Math/MPC.pm %%SITE_ARCH%%/auto/Math/MPC/MPC.so +%%PERL5_MAN3%%/Math::MPC.3.gz |