summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2021-11-11 16:53:45 +0000
committerabs <abs@pkgsrc.org>2021-11-11 16:53:45 +0000
commit43ca2067cee8f4e791b38a067bf23d14cb6a848d (patch)
tree09d5b9a195820512090bb7d390b9dce081f80eb6 /databases/Makefile
parentf6882a1d3ac30274abec7c210b0d207ae833687c (diff)
downloadpkgsrc-43ca2067cee8f4e791b38a067bf23d14cb6a848d.tar.gz
Added p5-DBD-MariaDB
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. :-)
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile
index b5e349787de..106bfeb71d3 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.642 2021/11/06 15:09:26 bsiegert Exp $
+# $NetBSD: Makefile,v 1.643 2021/11/11 16:53:45 abs Exp $
COMMENT= Databases
@@ -155,6 +155,7 @@ SUBDIR+= p5-Class-DBI-Plugin
SUBDIR+= p5-Class-DBI-Plugin-DeepAbstractSearch
SUBDIR+= p5-DBD-CSV
SUBDIR+= p5-DBD-DB2
+SUBDIR+= p5-DBD-Mariadb
SUBDIR+= p5-DBD-Mock
SUBDIR+= p5-DBD-ODBC
SUBDIR+= p5-DBD-Oracle