diff options
author | miwi <miwi@FreeBSD.org> | 2009-04-11 19:46:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-04-11 19:46:17 +0800 |
commit | b567b68f5e297a522100a62fec6c508949d8b18a (patch) | |
tree | 315e7b7146faad0a91daac2d826831bbff1fc9eb /math/p5-Math-MPC | |
parent | d82a253377fe4042afca4a4ba14dea7461e83950 (diff) | |
download | freebsd-ports-gnome-b567b68f5e297a522100a62fec6c508949d8b18a.tar.gz freebsd-ports-gnome-b567b68f5e297a522100a62fec6c508949d8b18a.tar.zst freebsd-ports-gnome-b567b68f5e297a522100a62fec6c508949d8b18a.zip |
p5-Math-MPC is a module wraps the MPC library functions.
The MPC library is a C library for multiple-precision complex number
computations with exact rounding. It is based on the MPFR C library
which, in turn, is based on the GMP C library.
WWW: http://search.cpan.org/dist/Math-MPC
PR: ports/133396
Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'math/p5-Math-MPC')
-rw-r--r-- | math/p5-Math-MPC/Makefile | 24 | ||||
-rw-r--r-- | math/p5-Math-MPC/distinfo | 3 | ||||
-rw-r--r-- | math/p5-Math-MPC/pkg-descr | 7 | ||||
-rw-r--r-- | math/p5-Math-MPC/pkg-plist | 7 |
4 files changed, 41 insertions, 0 deletions
diff --git a/math/p5-Math-MPC/Makefile b/math/p5-Math-MPC/Makefile new file mode 100644 index 000000000000..737180e43afd --- /dev/null +++ b/math/p5-Math-MPC/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: Math-MPC +# Date created: 05 April, 2009 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= Math-MPC +PORTVERSION= 0.60 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wenheping@gmail.com +COMMENT= A perl interface to MPC Library + +LIB_DEPENDS= mpc.1:${PORTSDIR}/math/mpc + +PERL_CONFIGURE= yes +MAKE_ENV= INC="-I${LOCALBASE}/include" + +MAN3= Math::MPC.3 + +.include <bsd.port.mk> diff --git a/math/p5-Math-MPC/distinfo b/math/p5-Math-MPC/distinfo new file mode 100644 index 000000000000..330e6414f87a --- /dev/null +++ b/math/p5-Math-MPC/distinfo @@ -0,0 +1,3 @@ +MD5 (Math-MPC-0.60.tar.gz) = e30b1305cb237c108455ccf9c235e8cf +SHA256 (Math-MPC-0.60.tar.gz) = 7b4a0b674b4d81bac79103b42b7043b471cb5b2f4e5d03595cf838d3d5d42f85 +SIZE (Math-MPC-0.60.tar.gz) = 38010 diff --git a/math/p5-Math-MPC/pkg-descr b/math/p5-Math-MPC/pkg-descr new file mode 100644 index 000000000000..ad54c2f073cd --- /dev/null +++ b/math/p5-Math-MPC/pkg-descr @@ -0,0 +1,7 @@ +p5-Math-MPC is a module wraps the MPC library functions. + +The MPC library is a C library for multiple-precision complex number +computations with exact rounding. It is based on the MPFR C library +which, in turn, is based on the GMP C library. + +WWW: http://search.cpan.org/dist/Math-MPC diff --git a/math/p5-Math-MPC/pkg-plist b/math/p5-Math-MPC/pkg-plist new file mode 100644 index 000000000000..1c16eab43178 --- /dev/null +++ b/math/p5-Math-MPC/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/mach/Math/MPC.pm +%%SITE_PERL%%/mach/auto/Math/MPC/.packlist +%%SITE_PERL%%/mach/auto/Math/MPC/MPC.bs +%%SITE_PERL%%/mach/auto/Math/MPC/MPC.so +@dirrm %%SITE_PERL%%/mach/Math +@dirrm %%SITE_PERL%%/mach/auto/Math/MPC +@dirrmtry %%SITE_PERL%%/mach/auto/Math |