abiword: add 2.8.3
[openembedded.git] / recipes / perl / libunicode-string-perl_2.09.bb
1 DESCRIPTION = "Unicode::String - String of Unicode characters (UTF-16BE)"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 PR = "r0"
5
6 SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Unicode-String-${PV}.tar.gz"
7
8 S = "${WORKDIR}/Unicode-String-${PV}"
9
10 inherit cpan
11
12 BBCLASSEXTEND="native"