# New ports collection makefile for:	math/p5-Math-BigInt
# Date created:				12 October 2001
# Whom:					tobez
#
# $MidnightBSD: mports/math/p5-Math-BigInt/Makefile,v 1.6 2010/01/30 15:27:55 laffer1 Exp $
# $FreeBSD: ports/math/p5-Math-BigInt/Makefile,v 1.16 2007/02/07 14:52:57 tobez Exp $
#

PORTNAME=	Math-BigInt
PORTVERSION=	1.89
CATEGORIES=	math perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Math::BigInt - Arbitrary size integer math package
LICENSE=	perl

PERL_CONFIGURE=	yes

MAN3=		Math::BigFloat.3 \
		Math::BigInt.3 \
		Math::BigInt::Calc.3 \
		Math::BigInt::CalcEmu.3

.include <bsd.port.mk>

