c59da7865f
- Add math/gmp to LIB_DEPENDS Changes: http://search.cpan.org/dist/Math-MPFR/CHANGES
26 lines
491 B
Makefile
26 lines
491 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= 3.02
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= A perl interface to MPFR Library
|
|
|
|
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
|
|
mpfr.4:${PORTSDIR}/math/mpfr
|
|
|
|
PERL_CONFIGURE= yes
|
|
MAKE_ENV= INC="-I${LOCALBASE}/include"
|
|
|
|
MAN3= Math::MPFR.3
|
|
|
|
.include <bsd.port.mk>
|