diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-11-16 01:10:47 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-11-16 01:10:47 +0000 |
commit | f94d0fbbf5f9e265d8b121f33bac4b8b2f7e85ac (patch) | |
tree | 23422c242c647f349781950cb7316a1ebfa3b376 /math | |
parent | d4ace485f28610d87b45de9360a9fac1c551ed87 (diff) | |
download | ports-f94d0fbbf5f9e265d8b121f33bac4b8b2f7e85ac.tar.gz ports-f94d0fbbf5f9e265d8b121f33bac4b8b2f7e85ac.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-MPC/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-MPC/distinfo | 6 | ||||
-rw-r--r-- | math/p5-Math-MPC/pkg-plist | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/math/p5-Math-MPC/Makefile b/math/p5-Math-MPC/Makefile index 8bb4003bf139..1dc29f7eed00 100644 --- a/math/p5-Math-MPC/Makefile +++ b/math/p5-Math-MPC/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-MPC -PORTVERSION= 0.70 +PORTVERSION= 0.80 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= A perl interface to MPC Library +BUILD_DEPENDS= p5-Math-MPFR>=2.01:${PORTSDIR}/math/p5-Math-MPFR +RUN_DEPENDS= p5-Math-MPFR>=2.01:${PORTSDIR}/math/p5-Math-MPFR LIB_DEPENDS= mpc.2:${PORTSDIR}/math/mpc PERL_CONFIGURE= yes diff --git a/math/p5-Math-MPC/distinfo b/math/p5-Math-MPC/distinfo index 094b11d021fb..f2591a13a88c 100644 --- a/math/p5-Math-MPC/distinfo +++ b/math/p5-Math-MPC/distinfo @@ -1,3 +1,3 @@ -MD5 (Math-MPC-0.70.tar.gz) = 6c3e54589aca7a291f3e730c04f1afd3 -SHA256 (Math-MPC-0.70.tar.gz) = 87ce48e795435d64e2b7f8568aaafa34992978325caffc27addee06860c4ac2d -SIZE (Math-MPC-0.70.tar.gz) = 39561 +MD5 (Math-MPC-0.80.tar.gz) = 89e026d6b659620032eb168265405c19 +SHA256 (Math-MPC-0.80.tar.gz) = 0fbccf30ffb82588c00197bc8993cf162d2455540f7f2d38a9a16649178466a9 +SIZE (Math-MPC-0.80.tar.gz) = 40978 diff --git a/math/p5-Math-MPC/pkg-plist b/math/p5-Math-MPC/pkg-plist index 8d73674cf71a..6f015c3ce997 100644 --- a/math/p5-Math-MPC/pkg-plist +++ b/math/p5-Math-MPC/pkg-plist @@ -2,6 +2,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPC/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPC/MPC.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPC/MPC.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPC @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math |