mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Add databases/luasql-odbc.
This commit is contained in:
parent
c739113287
commit
1734c8860d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416804
@ -177,6 +177,7 @@
|
||||
SUBDIR += lmdb
|
||||
SUBDIR += luadbi
|
||||
SUBDIR += luasql-mysql
|
||||
SUBDIR += luasql-odbc
|
||||
SUBDIR += luasql-postgres
|
||||
SUBDIR += luasql-sqlite3
|
||||
SUBDIR += mantis
|
||||
|
8
databases/luasql-odbc/Makefile
Normal file
8
databases/luasql-odbc/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# Created by: Martin Matuska <martin@matuska.org>
|
||||
# $FreeBSD$
|
||||
|
||||
LUASQL_DRIVER= odbc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../luasql-mysql
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in New Issue
Block a user