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
@ -176,6 +176,7 @@
|
||||
SUBDIR += liquibase
|
||||
SUBDIR += lmdb
|
||||
SUBDIR += luadbi
|
||||
SUBDIR += luasql-firebird
|
||||
SUBDIR += luasql-mysql
|
||||
SUBDIR += luasql-odbc
|
||||
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…
Reference in New Issue
Block a user