diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-09-30 04:30:16 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-09-30 04:30:16 +0000 |
commit | 5337d015949ef686fda67be6ff3500e5596af39b (patch) | |
tree | eda034ce86d62d9056e358ede03a3fdd6df42ff4 /math/p5-Math-MPC/Makefile | |
parent | 0af79d84538423aed16074a369b7b4bc4761af4b (diff) |
Notes
Diffstat (limited to 'math/p5-Math-MPC/Makefile')
-rw-r--r-- | math/p5-Math-MPC/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/p5-Math-MPC/Makefile b/math/p5-Math-MPC/Makefile index 737180e43afd..8bb4003bf139 100644 --- a/math/p5-Math-MPC/Makefile +++ b/math/p5-Math-MPC/Makefile @@ -6,15 +6,15 @@ # PORTNAME= Math-MPC -PORTVERSION= 0.60 +PORTVERSION= 0.70 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= wenheping@gmail.com +MAINTAINER= wen@FreeBSD.org COMMENT= A perl interface to MPC Library -LIB_DEPENDS= mpc.1:${PORTSDIR}/math/mpc +LIB_DEPENDS= mpc.2:${PORTSDIR}/math/mpc PERL_CONFIGURE= yes MAKE_ENV= INC="-I${LOCALBASE}/include" |