aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libdatetime-format-strptime-perl_1.1000.bb
blob: fb46984bf7767f9d7e9e88e73eca1dcaf17ee1fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "DateTime::Format::Strptime - Parse and format strp and strf time patterns"
SECTION = "libs"
LICENSE = "Artistic|GPL"
PR = "r1"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RI/RICKM/DateTime-Format-Strptime-${PV}.tgz"

S = "${WORKDIR}/DateTime-Format-Strptime-${PV}"

inherit cpan

BBCLASSEXTEND="native"