summaryrefslogtreecommitdiffstats
path: root/recipes/perl/libdatetime-locale-perl_0.45.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libdatetime-locale-perl_0.45.bb')
-rw-r--r--recipes/perl/libdatetime-locale-perl_0.45.bb17
1 files changed, 17 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..fc712d5ef3
--- /dev/null
+++ b/recipes/perl/libdatetime-locale-perl_0.45.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "DateTime::Locale - Localization support for DateTime.pm"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+HOMEPAGE = "http://datetime.perl.org/"
+DEPENDS = "liblist-moreutils-perl-native libparams-validate-perl-native"
+RDEPENDS_${PN} = "liblist-moreutils-perl libparams-validate-perl"
+PR = "r1"
+
+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"