af418960abf6859d8873bb84ac1e2b009a85eb6c
[gentoo.git] / dev-php / PEAR-Numbers_Words / PEAR-Numbers_Words-0.18.1.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 inherit php-pear-r1
8
9 DESCRIPTION="Provides methods for spelling numerals in words"
10
11 LICENSE="PHP-3.01"
12 SLOT="0"
13 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~x86"
14 IUSE=""
15
16 RDEPEND=">=dev-lang/php-5.3.2
17         dev-php/PEAR-Math_BigInteger
18         "