blob: 95f4ce0e8c5a3efe8524a3f4bf5402bd1e8cf8dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: Math-MPC
# Date created: 05 April, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Math-MPC
PORTVERSION= 0.90
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A perl interface to MPC Library
BUILD_DEPENDS= p5-Math-MPFR>=2.01:${PORTSDIR}/math/p5-Math-MPFR
RUN_DEPENDS= p5-Math-MPFR>=2.01:${PORTSDIR}/math/p5-Math-MPFR
LIB_DEPENDS= mpc.2:${PORTSDIR}/math/mpc
PERL_CONFIGURE= yes
MAKE_ENV= INC="-I${LOCALBASE}/include"
MAN3= Math::MPC.3
.include <bsd.port.mk>
|