# $Id: Portfile 29485 2007-09-25 13:11:17Z vinc17@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.setup Math-MPFR 2.01 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 35cad5a95c49f26e99f175b6376ef870 \ sha1 fe26b692f0ffa6e096b94c88aea7db64ee0da831 \ rmd160 aa5406f2de8c6f4266b440d5e763660f004cb8ed platforms darwin depends_lib-append port:mpfr port:gmp configure.env C_INCLUDE_PATH="${prefix}/include" \ LIBRARY_PATH="${prefix}/lib"