aboutsummaryrefslogtreecommitdiff
path: root/databases/luasql-firebird
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2016-06-12 15:05:44 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2016-06-12 15:05:44 +0000
commit57896f0316b5fb06bdf5a82b22333669ac955b7e (patch)
treec909cd95d5a839e0081730332195dfe130110aec /databases/luasql-firebird
parent1734c8860d33ea018ebbd3868f57dd681870a2d7 (diff)
downloadports-57896f0316b5fb06bdf5a82b22333669ac955b7e.tar.gz
ports-57896f0316b5fb06bdf5a82b22333669ac955b7e.zip
Add luasql-firebird.
Notes
Notes: svn path=/head/; revision=416805
Diffstat (limited to 'databases/luasql-firebird')
-rw-r--r--databases/luasql-firebird/Makefile8
1 files changed, 8 insertions, 0 deletions
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"