# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild,v 1.3 2008/03/28 10:14:04 jer Exp $ MODULE_AUTHOR="TELS/math" inherit perl-module DESCRIPTION="Use the GMP library for Math::BigInt routines" IUSE="" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="amd64 hppa ~ppc ~x86" RDEPEND=">=perl-core/Math-BigInt-1.87 >=dev-libs/gmp-4.0.0" DEPEND="${RDEPEND}" SRC_TEST="do"