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
|
2012-07-30 21:37:17 +02:00
|
|
|
PORTVERSION= 1.00
|
2009-04-11 13:46:17 +02:00
|
|
|
CATEGORIES= math perl5
|
|
|
|
MASTER_SITES= CPAN
|
2012-04-18 02:36:50 +02:00
|
|
|
#MASTER_SITE_SUBDIR= CPAN:SISYPHUS
|
2009-04-11 13:46:17 +02:00
|
|
|
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
|
2012-07-30 21:37:17 +02:00
|
|
|
LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \
|
|
|
|
mpc:${PORTSDIR}/math/mpc \
|
|
|
|
mpfr:${PORTSDIR}/math/mpfr
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2011-11-30 13:56:15 +01:00
|
|
|
TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
|
2009-04-11 13:46:17 +02:00
|
|
|
|
|
|
|
MAKE_ENV= INC="-I${LOCALBASE}/include"
|
2012-07-30 21:37:17 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2009-04-11 13:46:17 +02:00
|
|
|
|
|
|
|
MAN3= Math::MPC.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|