xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/perl/libtimedate-perl_2.30.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Perl modules useful for manipulating date and time information"
2*4882a593SmuzhiyunHOMEPAGE = "https://metacpan.org/release/TimeDate"
3*4882a593SmuzhiyunDESCRIPTION = "This is the perl5 TimeDate distribution. It requires perl version 5.003 or later."
4*4882a593SmuzhiyunSECTION = "libs"
5*4882a593Smuzhiyun# You can redistribute it and/or modify it under the same terms as Perl itself.
6*4882a593SmuzhiyunLICENSE = "Artistic-1.0 | GPL-1.0-or-later"
7*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://README;beginline=21;md5=576b7cb41e5e821501a01ed66f0f9d9e"
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunSRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz"
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunS = "${WORKDIR}/TimeDate-${PV}"
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuninherit cpan ptest-perl
14*4882a593Smuzhiyun
15*4882a593SmuzhiyunBBCLASSEXTEND = "native"
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunRDEPENDS:${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local"
18*4882a593SmuzhiyunRDEPENDS:${PN}-ptest += "perl-module-test-more perl-module-utf8"
19*4882a593Smuzhiyun
20*4882a593SmuzhiyunSRC_URI[md5sum] = "b1d91153ac971347aee84292ed886c1c"
21*4882a593SmuzhiyunSRC_URI[sha256sum] = "75bd254871cb5853a6aa0403ac0be270cdd75c9d1b6639f18ecba63c15298e86"
22