aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libdbi-perl_1.607.bb
blob: 1ae9ac5f27727e4c00f5b796a665116de897bb47 (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-1.607.tar.gz"

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

inherit cpan

BBCLASSEXTEND="native"