summaryrefslogtreecommitdiff
path: root/recipes/perl
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libunicode-string-perl_2.09.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/perl/libunicode-string-perl_2.09.bb b/recipes/perl/libunicode-string-perl_2.09.bb
new file mode 100644
index 0000000000..393970e42d
--- /dev/null
+++ b/recipes/perl/libunicode-string-perl_2.09.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Unicode::String - String of Unicode characters (UTF-16BE)"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Unicode-String-${PV}.tar.gz"
+
+S = "${WORKDIR}/Unicode-String-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND="native"