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