# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Math-MPFR 3.24 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 265a465cfd5118abad811610095ecdc117acc818 \ sha256 ac993bfbf3bbf18f1840b9cc0f60d92a2ce9dc6de5f83836717a8cfbd5211031 if {${perl5.major} != ""} { depends_lib-append \ port:mpfr \ port:gmp }