diff options
Diffstat (limited to 'recipes/perl/libdatetime-format-strptime-perl_1.1000.bb')
-rw-r--r-- | recipes/perl/libdatetime-format-strptime-perl_1.1000.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/perl/libdatetime-format-strptime-perl_1.1000.bb b/recipes/perl/libdatetime-format-strptime-perl_1.1000.bb new file mode 100644 index 0000000000..d4ee2c1b9a --- /dev/null +++ b/recipes/perl/libdatetime-format-strptime-perl_1.1000.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "DateTime::Format::Strptime - Parse and format strp and strf time patterns" +SECTION = "libs" +LICENSE = "Artistic|GPL" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RI/RICKM/DateTime-Format-Strptime-1.1000.tgz" + +S = "${WORKDIR}/DateTime-Format-Strptime-${PV}" + +inherit cpan |