| 1 |
# Copyright 1999-2010 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.99.ebuild,v 1.4 2010/11/28 19:11:19 armin76 Exp $
|
| 4 |
|
| 5 |
EAPI=3
|
| 6 |
|
| 7 |
MODULE_AUTHOR=FLORA
|
| 8 |
inherit perl-module eutils
|
| 9 |
|
| 10 |
DESCRIPTION="Arbitrary size floating point math package"
|
| 11 |
|
| 12 |
SLOT="0"
|
| 13 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86"
|
| 14 |
IUSE=""
|
| 15 |
|
| 16 |
RDEPEND=">=virtual/perl-Scalar-List-Utils-1.14"
|
| 17 |
DEPEND="${RDEPEND}"
|
| 18 |
|
| 19 |
PDEPEND=">=virtual/perl-Math-BigInt-FastCalc-0.24
|
| 20 |
>=perl-core/bignum-0.22
|
| 21 |
>=perl-core/Math-BigRat-0.22"
|
| 22 |
|
| 23 |
SRC_TEST="do"
|