blob: 81287cc52d9379b7943ce5ee13f33dd7cc0a3e2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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"
|