1 | # $Id: Portfile 10054 2005-11-30 00:51:32Z lefevre $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | |
---|
6 | perl5.setup Math-MPFR 1.08 |
---|
7 | maintainers vincent-opdarw@vinc17.org |
---|
8 | categories-append math |
---|
9 | description Perl interface to the MPFR library |
---|
10 | long_description This module wraps the MPFR library functions. The \ |
---|
11 | MPFR library is a C library for multiple-precision \ |
---|
12 | floating-point computations with correct rounding. |
---|
13 | checksums md5 6223f80cf0b6c35bd4788c3ebbd82b36 |
---|
14 | platforms darwin |
---|
15 | |
---|
16 | depends_lib-append port:mpfr |
---|
17 | configure.env C_INCLUDE_PATH="${prefix}/include" \ |
---|
18 | LIBRARY_PATH="${prefix}/lib" |
---|