abiword: add 2.8.3
[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 = "r1"
5
6 RDEPENDS = "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"