freebsd-ports/math/p5-Math-MPFR/Makefile
Martin Wilke 31ccfeecc0 p5-Math-MPFR is a module wraps the MPFR library functions.
The MPFR library is a C library for multiple-precision floating-point
computations with exact rounding (also called correct rounding). It
is based on the GMP multiple-precision C library.

WWW:	http://search.cpan.org/dist/Math-MPFR

PR:		ports/131214
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-02-09 20:12:58 +00:00

25 lines
462 B
Makefile

# New ports collection makefile for: Math-MPFR
# Date created: 31 Jan 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Math-MPFR
PORTVERSION= 2.03
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com
COMMENT= A perl interface to MPFR Library
LIB_DEPENDS= mpfr.3:${PORTSDIR}/math/mpfr
PERL_CONFIGURE= yes
MAKE_ENV= INC="-I${LOCALBASE}/include"
MAN3= Math::MPFR.3
.include <bsd.port.mk>