1
0
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:
Vanilla I. Shu 2016-06-12 15:05:12 +00:00
parent c739113287
commit 1734c8860d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416804
2 changed files with 9 additions and 0 deletions

View File

@ -177,6 +177,7 @@
SUBDIR += lmdb
SUBDIR += luadbi
SUBDIR += luasql-mysql
SUBDIR += luasql-odbc
SUBDIR += luasql-postgres
SUBDIR += luasql-sqlite3
SUBDIR += mantis

View File

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