# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 88251 2011-12-23 12:53:42Z ryandesign@macports.org $

PortSystem              1.0
PortGroup               pure 1.0

pure.setup              mpfr 0.4
categories              devel math
platforms               darwin
maintainers             ryandesign
license                 LGPL-3+

description             an interface to GNU MPFR from Pure

long_description        ${name} provides ${description}. MPFR is a C library \
                        for multiple-precision floating-point computations \
                        with correct rounding. It is based on GMP which Pure \
                        also uses for its bigint support.

checksums               rmd160  52c0ddea761aeec108c615cdf5703aac8b0c4fef \
                        sha256  23797d9996d4395aa08eadcb6ce3313267a24e9bc3bf7faa6012dcce339b65d6

    depends_lib-append      port:mpfr
