aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-18 15:36:59 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-24 00:47:38 +0300
commitbdbe4ee72aaa6dae8c6b17f02bc51f1899bc89fa (patch)
treeb248ab552b0f29fc2a2fc6226c342bdd703ca62d /recipes/perl
parent5cbb23ba25e5c2379bf77601c59e04177192e264 (diff)
downloadopenembedded-bdbe4ee72aaa6dae8c6b17f02bc51f1899bc89fa.tar.gz
libmailtools-perl: Add Mail-Tools Perl module set
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libmailtools-perl_2.06.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/perl/libmailtools-perl_2.06.bb b/recipes/perl/libmailtools-perl_2.06.bb
new file mode 100644
index 0000000000..d18bd2d5f3
--- /dev/null
+++ b/recipes/perl/libmailtools-perl_2.06.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "MailTools is a set of Perl modules related to mail applications"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS = " \
+ libtest-pod-perl-native \
+ libtimedate-perl-native \
+ "
+RDEPENDS_${PN} += " \
+ libtest-pod-perl \
+ libtimedate-perl \
+ perl-module-io-handle \
+ perl-module-net-smtp \
+ perl-module-test-more \
+ "
+BBCLASSEXTEND = "native"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-${PV}.tar.gz;name=mailtools-perl-${PV}"
+SRC_URI[mailtools-perl-2.06.md5sum] = "3f90297c7f566cc0cc9c89ee47906abf"
+SRC_URI[mailtools-perl-2.06.sha256sum] = "b92b728c1f36dec9a0f44ed5650db4745cf1fca21f7a5e89b890c888eedcb3db"
+
+S = "${WORKDIR}/MailTools-${PV}"
+
+inherit cpan
+
+PACKAGE_ARCH = "all"