# $Id: Portfile,v 1.2 2006/05/03 10:09:28 vinc17 Exp $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup		Math-MPFR 1.09
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 c68bda145bfedb97fd615b8431579491 \
			sha1 6ed2e18cd6125f1e25a9b37e0a6805411cbf1f46
platforms		darwin

depends_lib-append	port:mpfr port:gmp
configure.env		C_INCLUDE_PATH="${prefix}/include" \
			LIBRARY_PATH="${prefix}/lib"
