summaryrefslogtreecommitdiff
path: root/math/p5-bignum/Makefile
blob: ea2f50717ca07e87e3499b5d26eff73d05883704 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	math/p5-bignum
# Date created:				25 May 2007
# Whom:					Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	bignum
PORTVERSION=	0.21
CATEGORIES=	math perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	../by-authors/id/T/TE/TELS/math
PKGNAMEPREFIX=	p5-

MAINTAINER=	lth@FreeBSD.org
COMMENT=	Transparent BigNumber/BigRational support for Perl

RUN_DEPENDS=	p5-Math-BigInt>=1.83:${PORTSDIR}/math/p5-Math-BigInt \
		p5-Math-BigRat>=0.19:${PORTSDIR}/math/p5-Math-BigRat
BUILD_DEPENDS=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

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

.include <bsd.port.mk>