blob: 790dc17c86438d7d776ae1bab9e84a046f402a8f (
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|GPL"
PR = "r1"
RDEPENDS = "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"
|