Variable | Means |
---|---|
USE_BDB | If variable is set to yes ,
add dependency on
databases/db5
port. The variable may also be set to values: 48, 5
or 6. It is possible to declare a range of acceptable
values, USE_BDB =48+ will find the
highest installed version, and fall back to 4.8 if
nothing else is installed.
WANT_BDB_VER will always build this
port with a specific version of the Berkely DB.
INVALID_BDB_VER can be used to
specify a version that cannot be used. |
USE_MYSQL | If the variable is set to yes ,
add a dependency on the databases/mysql56-client port.
An associated variable,
WANT_MYSQL_VER , may be set to
values such as 51, 55, or 60. Additionally to
specify use of Percona, use 56p, or for MariaDB, use
53m, 55m or 100m. |
USE_PGSQL | If set to yes , add dependency
on databases/postgresql93-client
port. An associated variable,
WANT_PGSQL_VER , may be set to
values such as 84, 90, 91, 92, 93 or 94. It is
possible to declare a minimum or maximum value;
WANT_PGSQL_VER =
90+ will cause the port to depend on a
minimum version of 9.0. |
USE_SQLITE | If set to yes , add
dependency on
databases/sqlite3
port. The variable may also be set to 3 or 2, to add
a dependency on 3.x or 2.x, respectively. |
More details are available in bsd.database.mk.
All FreeBSD documents are available for download at http://ftp.FreeBSD.org/pub/FreeBSD/doc/
Questions that are not answered by the
documentation may be
sent to <[email protected]>.
Send questions about this document to <[email protected]>.