Add luasql-firebird.

This commit is contained in:
Vanilla I. Shu 2016-06-12 15:05:44 +00:00
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

View File

@ -176,6 +176,7 @@
SUBDIR += liquibase
SUBDIR += lmdb
SUBDIR += luadbi
SUBDIR += luasql-firebird
SUBDIR += luasql-mysql
SUBDIR += luasql-odbc
SUBDIR += luasql-postgres

View File

@ -0,0 +1,8 @@
# Created by: Martin Matuska <martin@matuska.org>
# $FreeBSD$
LUASQL_DRIVER= firebird
MASTERDIR= ${.CURDIR}/../luasql-mysql
.include "${MASTERDIR}/Makefile"