Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / perl / libmailtools-perl_2.18.bb
1
2 DESCRIPTION = "MailTools is a set of Perl modules related to mail applications"
3 HOMEPAGE = "http://search.cpan.org/dist/MailTools/"
4 SECTION = "libs"
5 LICENSE = "Artistic-1.0 | GPL-1.0+"
6 LIC_FILES_CHKSUM = "file://lib/Mail/Mailer.pod;beginline=144;md5=93c9027e72612b3555f857c4fc17b953"
7 DEPENDS = " \
8         libtest-pod-perl-native \
9         libtimedate-perl-native \
10         "       
11 RDEPENDS_${PN} += " \
12         libtest-pod-perl \
13         libtimedate-perl \
14         perl-module-io-handle \
15         perl-module-net-smtp \
16         perl-module-test-more \
17         "
18 BBCLASSEXTEND = "native"
19
20 SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-${PV}.tar.gz"
21 SRC_URI[md5sum] = "972468ab5207b90398d77bed4ffc361d"
22 SRC_URI[sha256sum] = "dfee9e770257371112f20d978e637759e81bc4f19e97b083585c71ecab37b527"
23
24 S = "${WORKDIR}/MailTools-${PV}"
25
26 inherit cpan
27