Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame^] | 1 | SUMMARY = "Perl modules useful for manipulating date and time information" |
| 2 | SECTION = "libs" |
| 3 | # You can redistribute it and/or modify it under the same terms as Perl itself. |
| 4 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
| 5 | LIC_FILES_CHKSUM = "file://README;beginline=21;md5=576b7cb41e5e821501a01ed66f0f9d9e" |
| 6 | |
| 7 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz" |
| 8 | |
| 9 | S = "${WORKDIR}/TimeDate-${PV}" |
| 10 | |
| 11 | inherit cpan |
| 12 | |
| 13 | BBCLASSEXTEND = "native" |
| 14 | |
| 15 | RDEPENDS_${PN}_class-native = "" |
| 16 | RDEPENDS_${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local" |
| 17 | |
| 18 | SRC_URI[md5sum] = "b1d91153ac971347aee84292ed886c1c" |
| 19 | SRC_URI[sha256sum] = "75bd254871cb5853a6aa0403ac0be270cdd75c9d1b6639f18ecba63c15298e86" |