Drop $Id$ per council decision in bug #611234.
[gentoo.git] / dev-perl / Lingua-EN-Numbers-Ordinate / Lingua-EN-Numbers-Ordinate-1.40.0.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DIST_AUTHOR=NEILB
7 DIST_VERSION=1.04
8 inherit perl-module
9
10 DESCRIPTION="Convert cardinal numbers(3) to ordinal numbers(3rd)"
11
12 SLOT="0"
13 KEYWORDS="alpha amd64 ia64 ppc sparc x86"
14 IUSE="test"
15
16 RDEPEND="
17         virtual/perl-Exporter
18 "
19 DEPEND="${RDEPEND}
20         virtual/perl-ExtUtils-MakeMaker
21         test? ( >=virtual/perl-Test-Simple-0.880.0 )
22 "