Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / perl / libmailtools-perl_2.20.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=641bd171b1aaabba1fc83ac0a98a2d30"
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] = "53e9d35256c3fd7cef0e4a24b15e9512"
22 SRC_URI[sha256sum] = "f55606f7a9cc342ee9d5f996e2b6a4c0047e2ee47cd88c3250ecf0d0c5fb3196"
23
24 S = "${WORKDIR}/MailTools-${PV}"
25
26 inherit cpan