blob: d3466b6c255e44a68e9a916ef6289f0b9e783088 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Lingua::EN::Numbers::Ordinate -- go from cardinal number (3) to ordinal ("3rd")"
SECTION = "libs"
LICENSE = "Artistic|GPL"
PR = "r0"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SB/SBURKE/Lingua-EN-Numbers-Ordinate-${PV}.tar.gz"
S = "${WORKDIR}/Lingua-EN-Numbers-Ordinate-${PV}"
inherit cpan
BBCLASSEXTEND="native"
|