[oe-commits] Roman I Khimov : libmailtools-perl: Add Mail-Tools Perl module set

git version control git at git.openembedded.org
Thu Mar 25 07:08:20 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: bdbe4ee72aaa6dae8c6b17f02bc51f1899bc89fa
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bdbe4ee72aaa6dae8c6b17f02bc51f1899bc89fa

Author: Roman I Khimov <khimov at altell.ru>
Date:   Thu Mar 18 15:36:59 2010 +0300

libmailtools-perl: Add Mail-Tools Perl module set

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/perl/libmailtools-perl_2.06.bb |   26 ++++++++++++++++++++++++++
 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 0000000..d18bd2d
--- /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"





More information about the Openembedded-commits mailing list