# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup Math-MPFR 4.24 revision 0 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. platforms darwin checksums rmd160 c3e276401bd7c9cfaac4358a94828411d2767c09 \ sha256 f4abe6b5e54e2dbc3a96372a8b603dc764251b8dbc3aa353754b5e4cb6ceff19 \ size 216245 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-math-longdouble depends_lib-append \ port:mpfr \ port:gmp }