# $Id: Portfile 88158 2011-12-21 00:33:31Z vinc17@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup         Math-MPFR 3.10
maintainers         nomaintainer
categories-append   math
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
}
