blob: f5dbef2afdee9d69bfa15c6c94d4e2aea491aa26 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001SUMMARY = "A Perl DBI driver for MySQL"
2DESCRIPTION = "DBD::mysql is the Perl5 Database Interface driver for \
3the MySQL database. In other words: DBD::mysql is an interface between \
4the Perl programming language and the MySQL programming API that comes \
5with the MySQL relational database management system. Most functions \
6provided by this programming API are supported. Some rarely used \
7functions are missing, mainly because no-one ever requested them. \
8"
9HOMEPAGE = "http://search.cpan.org/~michielb/DBD-mysql-4.036/lib/DBD/mysql.pm"
10
11SECTION = "libs"
12LICENSE = "Artistic-1.0 | GPL-1.0+"
13DEPENDS += "libdbi-perl-native libmysqlclient"
14
15LIC_FILES_CHKSUM = "file://LICENSE;md5=d0a06964340e5c0cde88b7af611f755c"
16
17SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-${PV}.tar.gz \
18"
19
20SRC_URI[md5sum] = "fdee1d8dc4ae54bc6cb7cd5a3f3d3342"
21SRC_URI[sha256sum] = "5c48a823f86b8110ccb6504c6176ca248b52f56829dd4548bc39c3509f4154cf"
22
23S = "${WORKDIR}/DBD-mysql-${PV}"
24
25inherit cpan