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

RDEPENDS = "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"