# -*- 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

PortSystem              1.0
PortGroup               pure 1.0

pure.setup              pure-mpfr 0.5
revision                1
categories-append       devel math
platforms               darwin
maintainers             {ryandesign @ryandesign} {gmail.com:aggraef @agraef}
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  fbb9fc3625a7a6c0869f190a1c41a39670e06782 \
                        sha256  39d2255c2c0c2d60ce727be178b5e5a06f7c92eb365976c49c4a34b1edc576e7

depends_build-append    port:pkgconfig

depends_lib-append      port:gmp \
                        port:mpfr
