1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/math/p5-Math-MPFR/Makefile
2010-06-11 15:09:45 +00:00

26 lines
474 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.0
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A perl interface to MPFR Library
LIB_DEPENDS= mpfr.4:${PORTSDIR}/math/mpfr
PERL_CONFIGURE= yes
MAKE_ENV= INC="-I${LOCALBASE}/include"
MAN3= Math::MPFR.3
.include <bsd.port.mk>