mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add luasql-firebird.
This commit is contained in:
parent
1734c8860d
commit
57896f0316
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416805
2 changed files with 9 additions and 0 deletions
|
@ -176,6 +176,7 @@
|
||||||
SUBDIR += liquibase
|
SUBDIR += liquibase
|
||||||
SUBDIR += lmdb
|
SUBDIR += lmdb
|
||||||
SUBDIR += luadbi
|
SUBDIR += luadbi
|
||||||
|
SUBDIR += luasql-firebird
|
||||||
SUBDIR += luasql-mysql
|
SUBDIR += luasql-mysql
|
||||||
SUBDIR += luasql-odbc
|
SUBDIR += luasql-odbc
|
||||||
SUBDIR += luasql-postgres
|
SUBDIR += luasql-postgres
|
||||||
|
|
8
databases/luasql-firebird/Makefile
Normal file
8
databases/luasql-firebird/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# Created by: Martin Matuska <martin@matuska.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
LUASQL_DRIVER= firebird
|
||||||
|
|
||||||
|
MASTERDIR= ${.CURDIR}/../luasql-mysql
|
||||||
|
|
||||||
|
.include "${MASTERDIR}/Makefile"
|
Loading…
Add table
Reference in a new issue