# -*- 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 120047 2014-05-14 15:36:32Z mf2k@macports.org $

PortSystem          1.0
PortGroup           muniversal 1.0

name                mpfi
version             1.5.1
license             GPL-2
categories          math
platforms           darwin
maintainers         nomaintainer

description         A multiple precision interval arithmetic library based \
                    on MPFR
long_description    ${description}

homepage            http://perso.ens-lyon.fr/nathalie.revol/software.html
master_sites	    https://gforge.inria.fr/frs/download.php/30130/

checksums           rmd160  ec102d1a83e46edd2a43b431928abb692896ac70 \
                    sha256  ea2725c6f38ddd8f3677c9b0ce8da8f52fe69e34aa85c01fb98074dc4e3458bc

depends_lib-append  port:gmp \
                    port:mpfr

livecheck.type  regex
livecheck.url   https://gforge.inria.fr/frs/?group_id=157
livecheck.regex mpfi-(\\d+(?:\\.\\d+)*)\\.\[tz\]
