diff options
author | nia <nia@pkgsrc.org> | 2021-05-23 15:32:47 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-05-23 15:32:47 +0000 |
commit | b0abab2181a490bfcc286dd63530881d00842157 (patch) | |
tree | 0236bb8c43d442c2a41b633335f3a69d4abf4169 /databases/Makefile | |
parent | ebee6b304dc8cfe70c916cb5fe775e02da558bf7 (diff) | |
download | pkgsrc-b0abab2181a490bfcc286dd63530881d00842157.tar.gz |
mariadb105[-client,-server]: import mariadb 10.5
MariaDB Server is one of the most popular open source relational databases.
It's made by the original developers of MySQL.
MariaDB turns data into structured information in a wide array of applications,
ranging from banking to websites. It is an enhanced, drop-in replacement
for MySQL. MariaDB is used because it is fast, scalable and robust, with a
rich ecosystem of storage engines, plugins and many other tools make it very
versatile for a wide variety of use cases.
MariaDB is developed as open source software and as a relational database
it provides an SQL interface for accessing data. The latest versions of
MariaDB also include GIS and JSON features.
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index f0875f56aa1..7803a656106 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.631 2021/05/23 11:30:52 nia Exp $ +# $NetBSD: Makefile,v 1.632 2021/05/23 15:32:47 nia Exp $ COMMENT= Databases @@ -99,6 +99,8 @@ SUBDIR+= lua-sqlite3 SUBDIR+= lua-tokyocabinet SUBDIR+= mariadb104-client SUBDIR+= mariadb104-server +SUBDIR+= mariadb105-client +SUBDIR+= mariadb105-server SUBDIR+= metakit-lib SUBDIR+= mongo-c-driver SUBDIR+= mongo-tools |