blob: af6853544c8b49dcc99b3b1239457e66c9646dba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "Various MIME modules."
SECTION = "libs"
LICENSE = "Artistic|GPL"
PR = "r0"
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
|