aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libmime-lite-perl_3.024.bb
blob: 5c8de53867056ec1a977d65d8d00907a03a17e6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Simple standalone module for generating MIME messages."
SECTION = "libs"
LICENSE = "Artistic|GPLv1+"
PR = "r3"

RDEPENDS_${PN} = "perl-module-file-spec \
            libemail-date-format-perl \
            perl-module-test-more \
            perl-module-time-local"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/MIME-Lite-${PV}.tar.gz"

S = "${WORKDIR}/MIME-Lite-${PV}"

inherit cpan

BBCLASSEXTEND="native"

SRC_URI[md5sum] = "ca71d1d844f5c4f693e5079a2b4fa9a5"
SRC_URI[sha256sum] = "886b57c7d8d9903b54dad07b68f58e398745d6d92522e89e2ce714472c09f903"