# -*- 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 119954 2014-05-11 23:18:26Z mf2k@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         Math-MPFI 0.04
maintainers         nomaintainer
license             {Artistic-1 GPL}
platforms           darwin
supported_archs     noarch

description         Perl interface to the MPFI (interval arithmetic) \
                    library.
long_description    ${description}


checksums           rmd160  dc870186a5337355fe7efdb36e4a31dbc73fb8b7 \
                    sha256  fd7962fdc7e697a1f50df7a2ca74f1a666963b094838f51b96f3dbd26f06796c


if {${perl5.major} != ""} {
    depends_build-append    port:p${perl5.major}-math-mpfr

    depends_lib-append      port:mpfi
}
