From 57896f0316b5fb06bdf5a82b22333669ac955b7e Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sun, 12 Jun 2016 15:05:44 +0000 Subject: [PATCH] Add luasql-firebird. --- databases/Makefile | 1 + databases/luasql-firebird/Makefile | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 databases/luasql-firebird/Makefile 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 +# $FreeBSD$ + +LUASQL_DRIVER= firebird + +MASTERDIR= ${.CURDIR}/../luasql-mysql + +.include "${MASTERDIR}/Makefile"