Merge branch 'opendreambox-1.6' into vuplus-1.6
[vuplus_openembedded] / recipes / perl / libdatetime-format-strptime-perl_1.1000.bb
1 DESCRIPTION = "DateTime::Format::Strptime - Parse and format strp and strf time patterns"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 PR = "r1"
5
6 SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RI/RICKM/DateTime-Format-Strptime-${PV}.tgz"
7
8 S = "${WORKDIR}/DateTime-Format-Strptime-${PV}"
9
10 inherit cpan
11
12 BBCLASSEXTEND="native"