1*4882a593SmuzhiyunSUMMARY = "A Perl DBI driver for MySQL" 2*4882a593SmuzhiyunDESCRIPTION = "DBD::mysql is the Perl5 Database Interface driver for \ 3*4882a593Smuzhiyunthe MySQL database. In other words: DBD::mysql is an interface between \ 4*4882a593Smuzhiyunthe Perl programming language and the MySQL programming API that comes \ 5*4882a593Smuzhiyunwith the MySQL relational database management system. Most functions \ 6*4882a593Smuzhiyunprovided by this programming API are supported. Some rarely used \ 7*4882a593Smuzhiyunfunctions are missing, mainly because no-one ever requested them. \ 8*4882a593Smuzhiyun" 9*4882a593SmuzhiyunHOMEPAGE = "https://github.com/perl5-dbi/DBD-mysql" 10*4882a593Smuzhiyun 11*4882a593SmuzhiyunSECTION = "libs" 12*4882a593SmuzhiyunLICENSE = "Artistic-1.0 | GPL-1.0-or-later" 13*4882a593SmuzhiyunDEPENDS += "libdev-checklib-perl-native libdbi-perl-native libmysqlclient" 14*4882a593Smuzhiyun 15*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=d0a06964340e5c0cde88b7af611f755c" 16*4882a593Smuzhiyun 17*4882a593SmuzhiyunSRCREV = "9b5b70ea372f49fe9bc9e592dae3870596d1e3d6" 18*4882a593SmuzhiyunSRC_URI = "git://github.com/perl5-dbi/DBD-mysql.git;protocol=https;branch=master" 19*4882a593Smuzhiyun 20*4882a593SmuzhiyunS = "${WORKDIR}/git" 21*4882a593Smuzhiyun 22*4882a593Smuzhiyuninherit cpan 23