blob: f1839e0cf9763100dc8fc42ab926512236cc57d9 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "Perl module that compare 8-bit scalar data according to the current locale"
2DESCRIPTION = "This module provides you with objects that will collate according to \
3your national character set, provided that the POSIX setlocale() function is supported \
4on your system."
5
6HOMEPAGE = "http://search.cpan.org/~flora/I18N-Collate/"
7SECTION = "libs"
8LICENSE = "Artistic-1.0 | GPL-1.0+"
9
10LIC_FILES_CHKSUM = "file://LICENSE;md5=ff6d629144a6ec1ea8c300f75760184f"
11
12SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/I18N-Collate-${PV}.tar.gz"
13
14SRC_URI[md5sum] = "72ddb6d1c59cfdf31aa3b04799b86af0"
15SRC_URI[sha256sum] = "9174506bc903eda89690394e3f45558ab7e013114227896d8569d6164648fe37"
16
17S = "${WORKDIR}/I18N-Collate-${PV}"
18
19inherit cpan
20
21BBCLASSEXTEND = "native"