1c342db35SBrad BishopSUMMARY = "A Perl DBI driver for MySQL" 2c342db35SBrad BishopDESCRIPTION = "DBD::mysql is the Perl5 Database Interface driver for \ 3c342db35SBrad Bishopthe MySQL database. In other words: DBD::mysql is an interface between \ 4c342db35SBrad Bishopthe Perl programming language and the MySQL programming API that comes \ 5c342db35SBrad Bishopwith the MySQL relational database management system. Most functions \ 6c342db35SBrad Bishopprovided by this programming API are supported. Some rarely used \ 7c342db35SBrad Bishopfunctions are missing, mainly because no-one ever requested them. \ 8c342db35SBrad Bishop" 9c342db35SBrad BishopHOMEPAGE = "https://github.com/perl5-dbi/DBD-mysql" 10c342db35SBrad Bishop 11c342db35SBrad BishopSECTION = "libs" 12*9aee5003SAndrew GeisslerLICENSE = "Artistic-1.0 | GPL-1.0-or-later" 13c342db35SBrad BishopDEPENDS += "libdev-checklib-perl-native libdbi-perl-native libmysqlclient" 14c342db35SBrad Bishop 15c342db35SBrad BishopLIC_FILES_CHKSUM = "file://LICENSE;md5=d0a06964340e5c0cde88b7af611f755c" 16c342db35SBrad Bishop 17c342db35SBrad BishopSRCREV = "9b5b70ea372f49fe9bc9e592dae3870596d1e3d6" 18595f6308SAndrew GeisslerSRC_URI = "git://github.com/perl5-dbi/DBD-mysql.git;protocol=https;branch=master" 19c342db35SBrad Bishop 20c342db35SBrad BishopS = "${WORKDIR}/git" 21c342db35SBrad Bishop 22c342db35SBrad Bishopinherit cpan 23