Commits
Michael Dickens authored 1c3b93ae517
16 16 | categories databases |
17 17 | platforms darwin |
18 18 | license GPL-2 |
19 19 | maintainers {michaelld @michaelld} openmaintainer |
20 20 | homepage https://mariadb.org/ |
21 21 | |
22 22 | if {$subport eq $name} { |
23 23 | |
24 24 | PortGroup cmake 1.0 |
25 25 | PortGroup select 1.0 |
26 - | PortGroup cxx11 1.1 |
26 + | |
27 + | compiler.cxx_standard 2011 |
27 28 | |
28 29 | license GPL-2 |
29 30 | description Multithreaded SQL database server |
30 31 | long_description Mariadb is a fork of the MySQL server, a multi-threaded SQL database. |
31 32 | |
32 33 | master_sites \ |
33 34 | http://ftp.osuosl.org/pub/mariadb/mariadb-${version}/source/ \ |
34 35 | http://mirror2.hs-esslingen.de/mariadb/mariadb-${version}/source/ \ |
35 36 | http://ftp.yz.yamagata-u.ac.jp/pub/dbms/mariadb/mariadb-${version}/source/ \ |
36 37 | http://mirrors.supportex.net/mariadb/mariadb-${version}/source/ \ |