blob: 617238aec80cd4a19798f946f12b73d0915cbc41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SECTION = "libs"
# You can redistribute it and/or modify it under the same terms as Perl itself.
LICENSE = "Artistic|GPL"
RDEPENDS += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local"
PACKAGE_ARCH = "all"
SRC_URI = "http://www.cpan.org/modules/by-module/Time/TimeDate-${PV}.tar.gz"
S = "${WORKDIR}/TimeDate-${PV}"
inherit cpan
|