2007-05-27 13:48:31 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= bignum
|
2016-08-25 16:14:26 +02:00
|
|
|
PORTVERSION= 0.43
|
2007-05-27 13:48:31 +02:00
|
|
|
CATEGORIES= math perl5
|
|
|
|
MASTER_SITES= CPAN
|
2014-07-15 08:47:20 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:PJACKLAM
|
2007-05-27 13:48:31 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2013-05-17 11:38:55 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2007-05-27 13:48:31 +02:00
|
|
|
COMMENT= Transparent BigNumber/BigRational support for Perl
|
|
|
|
|
2014-07-15 08:47:20 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Math-BigInt>=1.999712:math/p5-Math-BigInt
|
2016-01-12 22:40:45 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
2015-08-30 05:57:32 +02:00
|
|
|
NO_ARCH= yes
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2007-05-27 13:48:31 +02:00
|
|
|
|
2013-05-17 11:38:55 +02:00
|
|
|
.include <bsd.port.mk>
|