aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-01-01 14:16:23 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-01-01 14:17:35 +0000
commitaab61bec80b135428ae7fa734922971a51491d30 (patch)
tree8101948284ad3d5adec7fa0d29e9a61ca5e0e6dd /packages/perl
parent088e755493266a10e392e38da731de03595bc73b (diff)
downloadopenembedded-aab61bec80b135428ae7fa734922971a51491d30.tar.gz
libtimedate-perl: New perl library.
Diffstat (limited to 'packages/perl')
-rw-r--r--packages/perl/libtimedate-perl_1.16.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/perl/libtimedate-perl_1.16.bb b/packages/perl/libtimedate-perl_1.16.bb
new file mode 100644
index 0000000000..617238aec8
--- /dev/null
+++ b/packages/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