aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libtimedate-perl_1.20.bb
blob: 40fd101f9ffa6daf6b299b41adc461c7267b4900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "TimeDate - parser for absolute times"
SECTION = "libs"
# You can redistribute it and/or modify it under the same terms as Perl itself.
LICENSE = "Artistic|GPL"
PR = "r0"

RDEPENDS += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local"
PACKAGE_ARCH = "all"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz"

S = "${WORKDIR}/TimeDate-${PV}"

inherit cpan

BBCLASSEXTEND="native"