2009-04-11 13:46:17 +02:00
|
|
|
# New ports collection makefile for: Math-MPC
|
|
|
|
# Date created: 05 April, 2009
|
|
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Math-MPC
|
2011-07-03 04:12:13 +02:00
|
|
|
PORTVERSION= 0.91
|
2009-04-11 13:46:17 +02:00
|
|
|
CATEGORIES= math perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-06-24 04:05:05 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2009-04-11 13:46:17 +02:00
|
|
|
COMMENT= A perl interface to MPC Library
|
|
|
|
|
2009-11-16 02:10:47 +01:00
|
|
|
BUILD_DEPENDS= p5-Math-MPFR>=2.01:${PORTSDIR}/math/p5-Math-MPFR
|
|
|
|
RUN_DEPENDS= p5-Math-MPFR>=2.01:${PORTSDIR}/math/p5-Math-MPFR
|
2009-09-30 06:30:16 +02:00
|
|
|
LIB_DEPENDS= mpc.2:${PORTSDIR}/math/mpc
|
2009-04-11 13:46:17 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAKE_ENV= INC="-I${LOCALBASE}/include"
|
|
|
|
|
|
|
|
MAN3= Math::MPC.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|