diff options
Diffstat (limited to 'recipes/perl/libtimedate-perl_1.16.bb')
-rw-r--r-- | recipes/perl/libtimedate-perl_1.16.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/perl/libtimedate-perl_1.16.bb b/recipes/perl/libtimedate-perl_1.16.bb new file mode 100644 index 0000000000..617238aec8 --- /dev/null +++ b/recipes/perl/libtimedate-perl_1.16.bb @@ -0,0 +1,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 |