2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2010-12-07 05:10:42 +01:00
|
|
|
# $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
|
2013-11-05 07:56:18 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2010-12-07 05:10:42 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-12-07 05:10:42 +01:00
|
|
|
|
2011-11-15 19:05:34 +01:00
|
|
|
PORTSCOUT= skipv:0.251
|
|
|
|
|
2010-12-07 05:10:42 +01:00
|
|
|
.include <bsd.port.mk>
|