2010-12-07 05:10:42 +01:00
|
|
|
# New ports collection makefile for: p5-Math-BigInt-FastCalc
|
|
|
|
# Date created: 2010-11-26
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Math-BigInt-FastCalc
|
2011-09-10 15:18:32 +02:00
|
|
|
PORTVERSION= 0.30
|
2010-12-07 05:10:42 +01:00
|
|
|
CATEGORIES= math perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2011-03-18 04:26:55 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2010-12-07 05:10:42 +01:00
|
|
|
COMMENT= Math::BigInt::Calc with some XS for more speed
|
|
|
|
|
2011-09-10 15:18:32 +02:00
|
|
|
BUILD_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt
|
|
|
|
RUN_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt
|
2010-12-07 05:10:42 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Math::BigInt::FastCalc.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|