blob: 9097ce39c6bda845f48a50c1ee379a178ef70854 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Date and time manipulation routines."
SECTION = "libs"
LICENSE = "Artistic|GPL"
PR = "r0"
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
|