blob: ef85b234273a760bed3f01d742a721c0a75033a1 (
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
|
# New ports collection makefile for: Math-MPFR
# Date created: 31 Jan 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Math-MPFR
PORTVERSION= 2.03
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com
COMMENT= A perl interface to MPFR Library
LIB_DEPENDS= mpfr.3:${PORTSDIR}/math/mpfr
PERL_CONFIGURE= yes
MAKE_ENV= INC="-I${LOCALBASE}/include"
MAN3= Math::MPFR.3
.include <bsd.port.mk>
|