diff options
author | vanilla <vanilla@FreeBSD.org> | 2016-06-12 23:05:12 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2016-06-12 23:05:12 +0800 |
commit | fef0a9069483630efcbc58ea6d6b6c50b83faa38 (patch) | |
tree | dec5d29733d91e100f3ea12bd4d98ae538780bc3 /databases | |
parent | 42c4605f0a1eaa2be61ee89ce3979bedb5ddcc41 (diff) | |
download | freebsd-ports-gnome-fef0a9069483630efcbc58ea6d6b6c50b83faa38.tar.gz freebsd-ports-gnome-fef0a9069483630efcbc58ea6d6b6c50b83faa38.tar.zst freebsd-ports-gnome-fef0a9069483630efcbc58ea6d6b6c50b83faa38.zip |
Add databases/luasql-odbc.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/luasql-odbc/Makefile | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 0608f145b58d..465e4c1b9a78 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -177,6 +177,7 @@ SUBDIR += lmdb SUBDIR += luadbi SUBDIR += luasql-mysql + SUBDIR += luasql-odbc SUBDIR += luasql-postgres SUBDIR += luasql-sqlite3 SUBDIR += mantis diff --git a/databases/luasql-odbc/Makefile b/databases/luasql-odbc/Makefile new file mode 100644 index 000000000000..8f4ca83bb300 --- /dev/null +++ b/databases/luasql-odbc/Makefile @@ -0,0 +1,8 @@ +# Created by: Martin Matuska <martin@matuska.org> +# $FreeBSD$ + +LUASQL_DRIVER= odbc + +MASTERDIR= ${.CURDIR}/../luasql-mysql + +.include "${MASTERDIR}/Makefile" |