# $Id: Portfile 61455 2009-12-11 21:48:45Z ryandesign@macports.org $

PortSystem 1.0

name                libmpc
version             0.8.1
categories          devel
maintainers         mww openmaintainer
platforms           darwin
description         C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result
long_description    ${description}

homepage            http://www.multiprecision.org/mpc/
master_sites        http://www.multiprecision.org/mpc/download/
distname            mpc-${version}
checksums           md5     5b34aa804d514cc295414a963aedb6bf \
                    sha1    5ef03ca7aee134fe7dfecb6c9d048799f0810278 \
                    rmd160  d3297994a37980dd537e46d94ebbcbeda36a775d

depends_lib         port:gmp port:mpfr

test.run    yes
test.target    check

