blob: 21b42400f4929e0acdab12c1b5339d190913f946 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.23.ebuild,v 1.3 2009/12/04 13:32:25 tove Exp $
MODULE_AUTHOR=TELS
MODULE_SECTION=math
inherit perl-module
DESCRIPTION="Transparent BigNumber/BigRational support for Perl"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc x86"
IUSE="test"
SRC_TEST="do"
PREFER_BUILDPL="no"
RDEPEND=">=perl-core/Math-BigInt-1.88
>=perl-core/Math-BigRat-0.21
dev-lang/perl"
DEPEND="${RDEPEND}
test? ( >=dev-perl/Test-Pod-Coverage-1.08 )"
|