diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-10-17 08:14:15 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-10-17 08:14:15 +0000 |
commit | 13b6759c43b424ae35a58247a6309c4669604b99 (patch) | |
tree | 1c0554fc3065f69a7d4c6eb5b5e2d96738326aae /dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild | |
parent | Fixed bug #194384 (diff) | |
download | gentoo-2-13b6759c43b424ae35a58247a6309c4669604b99.tar.gz gentoo-2-13b6759c43b424ae35a58247a6309c4669604b99.tar.bz2 gentoo-2-13b6759c43b424ae35a58247a6309c4669604b99.zip |
Initial commit. Dep for Mail-SpamAssassin-Plugin-GoogleSafeBrowsing. Ebuild by Robin H. Johnnson <robbat2@gentoo.org>
(Portage version: 2.1.3.14)
Diffstat (limited to 'dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild')
-rw-r--r-- | dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild new file mode 100644 index 000000000000..9d232d09a9ac --- /dev/null +++ b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 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.1 2007/10/17 08:14:14 robbat2 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 ~x86 ~ppc" +RDEPEND=">=perl-core/Math-BigInt-1.87 + >=dev-libs/gmp-4.0.0" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |