blob: 579ac7812a6272619769bc19aa9454ad6af972e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
PORTNAME= bignum
PORTVERSION= 0.32
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:FLORA
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Transparent BigNumber/BigRational support for Perl
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|