blob: 252373c8e0c13b73522b84c8f0b89cc5f0b87c4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigRat/Math-BigRat-0.260.200-r1.ebuild,v 1.2 2014/11/08 16:05:06 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=PJACKLAM
MODULE_VERSION=0.2602
inherit perl-module
DESCRIPTION="Arbitrary big rational numbers"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND=">=virtual/perl-Math-BigInt-1.991"
RDEPEND="${DEPEND}"
SRC_TEST="do"
|