blob: 7219c7d11ebbab1e2d70e20a69cf7c73565ea593 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "Perl modules useful for manipulating date and time information"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002HOMEPAGE = "https://metacpan.org/release/TimeDate"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05003SECTION = "libs"
4# You can redistribute it and/or modify it under the same terms as Perl itself.
5LICENSE = "Artistic-1.0 | GPL-1.0+"
6LIC_FILES_CHKSUM = "file://README;beginline=21;md5=576b7cb41e5e821501a01ed66f0f9d9e"
7
8SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz"
9
10S = "${WORKDIR}/TimeDate-${PV}"
11
Brad Bishop316dfdd2018-06-25 12:45:53 -040012inherit cpan ptest-perl
Patrick Williamsc124f4f2015-09-15 14:41:29 -050013
14BBCLASSEXTEND = "native"
15
16RDEPENDS_${PN}_class-native = ""
17RDEPENDS_${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local"
Brad Bishop15ae2502019-06-18 21:44:24 -040018RDEPENDS_${PN}-ptest += "perl-module-test-more perl-module-utf8"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050019
20SRC_URI[md5sum] = "b1d91153ac971347aee84292ed886c1c"
21SRC_URI[sha256sum] = "75bd254871cb5853a6aa0403ac0be270cdd75c9d1b6639f18ecba63c15298e86"