8d822ac402
DBD::MariaDB is the Perl5 Database Interface driver for MariaDB and MySQL databases. In other words: DBD::MariaDB is an interface between the Perl programming language and the MariaDB/MySQL programming API that comes with the MariaDB/MySQL relational database management system. Most functions provided by this programming API are supported. Some rarely used functions are missing, mainly because no-one ever requested them. :-)
27 lines
824 B
Makefile
27 lines
824 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/11/11 16:53:45 abs Exp $
|
|
|
|
DISTNAME= DBD-MariaDB-1.21
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/DBD-MariaDB
|
|
COMMENT= MariaDB and MySQL driver for the Perl5 Database Interface (DBI)
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Devel-CheckLib>=1.12:../../devel/p5-Devel-CheckLib
|
|
TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
|
|
|
|
PERL5_PACKLIST= auto/DBD/MariaDB/.packlist
|
|
|
|
REPLACE_PERL= lib/DBD/MariaDB.pm
|
|
|
|
# MAKE_PARAMS+= --nocatchstderr
|
|
|
|
MYSQL_VERSIONS_ACCEPTED= mariadb106 mariadb105 mariadb104
|
|
|
|
.include "../../databases/p5-DBI/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/mysql.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|