# $Id: Portfile 20911 2006-12-10 00:51:50Z vinc17@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.setup Math-MPFR 1.10 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 284c6a1bccb9039a04af69e9d6af2cc8 \ sha1 c84b29e24d9a95b44f191e562250782f48f1c501 platforms darwin depends_lib-append port:mpfr port:gmp configure.env C_INCLUDE_PATH="${prefix}/include" \ LIBRARY_PATH="${prefix}/lib"