diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-11 13:22:06 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-11 14:09:12 +0200 |
commit | 0c71edbbd7287c76c3d552ddafa91b0d8b25713d (patch) | |
tree | 40c0c57dbe62cc716dfe93dd9fac5ab9715893c6 | |
parent | 6ba68f44dcb7bf060e865b6744e0f2320b224c67 (diff) |
libdatetime-locale-perl_0.45.bb: new recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-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" |