# $Id: Portfile 109250 2013-08-11 15:57:07Z jmr@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         Math-MPFR 3.10
revision        1
maintainers         nomaintainer
categories-append   math
license             {Artistic-1 GPL}
description         Perl interface to the MPFR library
long_description    This module wraps the MPFR library functions. The  \
                    MPFR library is a C library for multiple-precision \
                    floating-point computations with correct rounding.
checksums           md5     bd67526b15b6b7a24041dd2ea4128fda \
                    sha1    5cc68eeec93651b5002ca7413ab7fcdef8b3f6eb \
                    rmd160  31731f80fa60c73bf69d979490e5aa1b3d5e6c35
platforms           darwin
if {${perl5.major} != ""} {
depends_lib-append  port:mpfr port:gmp
}
