diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/perl/libdatetime-locale-perl_0.45.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/perl/libdatetime-locale-perl_0.45.bb b/recipes/perl/libdatetime-locale-perl_0.45.bb new file mode 100644 index 0000000000..276c5d611f --- /dev/null +++ b/recipes/perl/libdatetime-locale-perl_0.45.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "DateTime::Locale - Localization support for DateTime.pm" +SECTION = "libs" +LICENSE = "Artistic|GPL" +HOMEPAGE = "http://datetime.perl.org/" +DEPENDS = "libclass-singleton-perl libparams-validate-perl" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Locale-${PV}.tar.gz" +SRC_URI[md5sum] = "8ba6a4b70f8fa7d987529c2e2c708862" +SRC_URI[sha256sum] = "8aa1b8db0baccc26ed88f8976a228d2cdf4f6ed4e10fc88c1501ecd8f3ccaf9c" + +S = "${WORKDIR}/DateTime-Locale-${PV}" + +inherit cpan + +BBCLASSEXTEND="native" |