aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libdbi-perl_1.607.bb
blob: 1aff2a414799346e26459ab267ac9fbfa7900885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Various MIME modules."
SECTION = "libs"
LICENSE = "Artistic|GPL"
PR = "r1"

RDEPENDS = "perl-module-scalar-util \
            perl-module-file-spec \
            perl-module-storable \
            perl-module-test-simple"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBI-${PV}.tar.gz"

S = "${WORKDIR}/DBI-${PV}"

inherit cpan

BBCLASSEXTEND="native"