Ticket #5837: Portfile.2

File Portfile.2, 588 bytes (added by vincent-opdarw@…, 18 years ago)

Portfile for p5-math-mpfr 1.08

Line 
1# $Id: Portfile 10054 2005-11-30 00:51:32Z lefevre $
2
3PortSystem 1.0
4PortGroup perl5 1.0
5
6perl5.setup             Math-MPFR 1.08
7maintainers             vincent-opdarw@vinc17.org
8categories-append       math
9description             Perl interface to the MPFR library
10long_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.
13checksums               md5 6223f80cf0b6c35bd4788c3ebbd82b36
14platforms               darwin
15
16depends_lib-append      port:mpfr
17configure.env           C_INCLUDE_PATH="${prefix}/include" \
18                        LIBRARY_PATH="${prefix}/lib"