summaryrefslogtreecommitdiff
path: root/math/p5-bignum/Makefile
blob: 271ffe135ec9f7bf7bf2d3e871eba7fd9d5cbf47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $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

PERL_CONFIGURE=	yes

MAN3=		bigint.3 \
		bignum.3 \
		bigrat.3

.include <bsd.port.mk>