freebsd-ports/math/p5-Math-MPC/Makefile
Martin Wilke a5ed7d3385 p5-Math-MPC is a module wraps the MPC library functions.
The MPC library is a C library for multiple-precision complex number
computations with exact rounding. It is based on the MPFR C library
which, in turn, is based on the GMP C library.

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

PR:		ports/133396
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-04-11 11:46:17 +00:00

25 lines
459 B
Makefile

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