# New ports collection makefile for:	Math-MPC
# Date created:				05 April, 2009
# Whom:					Wen Heping <wenheping@gmail.com>
#
# $FreeBSD: ports/math/p5-Math-MPC/Makefile,v 1.1 2009/04/11 11:46:17 miwi Exp $
#

PORTNAME=	Math-MPC
PORTVERSION=	0.60
CATEGORIES=	math perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	wenheping@gmail.com
COMMENT=	A perl interface to MPC Library

LIB_DEPENDS=	mpc.1:${PORTSDIR}/math/mpc

PERL_CONFIGURE=	yes
MAKE_ENV=	INC="-I${LOCALBASE}/include"

MAN3=		Math::MPC.3

.include <bsd.port.mk>
