2007-05-27 13:48:31 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= bignum
|
2014-07-15 08:47:20 +02:00
|
|
|
PORTVERSION= 0.37
|
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
|
|
|
|
|
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>
|