# $Id: Portfile 22258 2007-02-24 12:28:39Z vinc17@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.setup Math-MPFR 1.11 maintainers vincent-opdarw@vinc17.org 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 472ee4c992e4ffde9b1b95bee589050d \ sha1 2c05a9ec1d584a59498798858d71aaa9c862878f platforms darwin depends_lib-append port:mpfr port:gmp configure.env C_INCLUDE_PATH="${prefix}/include" \ LIBRARY_PATH="${prefix}/lib"