Updated some recipes
[openembedded.git] / recipes / perl / libmime-lite-perl_3.024.bb
1 DESCRIPTION = "Simple standalone module for generating MIME messages."
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 PR = "r2"
5
6 RDEPENDS_${PN} = "perl-module-file-spec \
7             libemail-date-format-perl \
8             perl-module-test-more \
9             perl-module-time-local"
10
11 SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/MIME-Lite-${PV}.tar.gz"
12
13 S = "${WORKDIR}/MIME-Lite-${PV}"
14
15 inherit cpan
16
17 BBCLASSEXTEND="native"
18
19 SRC_URI[md5sum] = "ca71d1d844f5c4f693e5079a2b4fa9a5"
20 SRC_URI[sha256sum] = "886b57c7d8d9903b54dad07b68f58e398745d6d92522e89e2ce714472c09f903"