aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libdate-manip-perl_5.54.bb
blob: ffeb223125101057958e87a0b9462995e2c69415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Date and time manipulation routines."
SECTION = "libs"
LICENSE = "Artistic|GPLv1+"
PR = "r3"

RDEPENDS_${PN} = "perl-module-test-more \
            perl-module-io-file \
            perl-module-carp"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${PV}.tar.gz"

S = "${WORKDIR}/Date-Manip-${PV}"

inherit cpan

BBCLASSEXTEND="native"

SRC_URI[md5sum] = "16c343329bad644b17f4f8ec5fb243cf"
SRC_URI[sha256sum] = "b61f4f0e3e580723ca7f5c0e1952922c101875535bff04afd772fbd3f193e22a"