blob: fc505fe1e8162b92cde1abdae46055d845e75f97 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "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 = "https://github.com/perl5-dbi/DBD-mysql"
10
11SECTION = "libs"
Andrew Geissler9aee5002022-03-30 16:27:02 +000012LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
Brad Bishopc342db32019-05-15 21:57:59 -040013DEPENDS += "libdev-checklib-perl-native libdbi-perl-native libmysqlclient"
14
15LIC_FILES_CHKSUM = "file://LICENSE;md5=d0a06964340e5c0cde88b7af611f755c"
16
17SRCREV = "9b5b70ea372f49fe9bc9e592dae3870596d1e3d6"
Andrew Geissler595f6302022-01-24 19:11:47 +000018SRC_URI = "git://github.com/perl5-dbi/DBD-mysql.git;protocol=https;branch=master"
Brad Bishopc342db32019-05-15 21:57:59 -040019
20S = "${WORKDIR}/git"
21
22inherit cpan