blob: 1e4b5635321210adb52701e55c4734cc354abf6a [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "Locale::gettext - message handling functions."
2DESCRIPTION = "The gettext module permits access from perl to the gettext() family of \
3functions for retrieving message strings from databases constructed to \
4internationalize software."
5SECTION = "libs"
6
7HOMEPAGE = "http://search.cpan.org/~pvandry/Locale-gettext-${PV}/"
8
Andrew Geissler9aee5002022-03-30 16:27:02 +00009LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050010LIC_FILES_CHKSUM = "file://README;md5=d028249c2d08dca6ca6c5bb43b56d926"
11
12SRC_URI = "${CPAN_MIRROR}/authors/id/P/PV/PVANDRY/Locale-gettext-${PV}.tar.gz"
13
14SRC_URI[md5sum] = "bc652758af65c24500f1d06a77415019"
15SRC_URI[sha256sum] = "909d47954697e7c04218f972915b787bd1244d75e3bd01620bc167d5bbc49c15"
16
17S = "${WORKDIR}/Locale-gettext-${PV}"
18
19inherit cpan
20
21BBCLASSEXTEND = "native"