You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild

20 lines
539 B

# Copyright 1999-2014 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.9 2014/07/10 22:16:52 dilfridge 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="alpha amd64 hppa ppc sparc x86"
RDEPEND=">=virtual/perl-Math-BigInt-1.87
>=dev-libs/gmp-4.0.0"
DEPEND="${RDEPEND}"
SRC_TEST="do"