aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libemail-date-format-perl_1.002.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libemail-date-format-perl_1.002.bb')
-rw-r--r--recipes/perl/libemail-date-format-perl_1.002.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/perl/libemail-date-format-perl_1.002.bb b/recipes/perl/libemail-date-format-perl_1.002.bb
new file mode 100644
index 0000000000..d83dac00bd
--- /dev/null
+++ b/recipes/perl/libemail-date-format-perl_1.002.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Various MIME modules."
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+PR = "r0"
+
+RDEPENDS = "perl-module-test-more \
+ perl-module-time-local"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Date-Format-${PV}.tar.gz"
+
+S = "${WORKDIR}/Email-Date-Format-${PV}"
+
+inherit cpan