svn commit: r416805 - in head/databases: . luasql-firebird

Vanilla I. Shu vanilla at FreeBSD.org
Sun Jun 12 15:05:45 UTC 2016


Author: vanilla
Date: Sun Jun 12 15:05:44 2016
New Revision: 416805
URL: https://svnweb.freebsd.org/changeset/ports/416805

Log:
  Add luasql-firebird.

Added:
  head/databases/luasql-firebird/
  head/databases/luasql-firebird/Makefile   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sun Jun 12 15:05:12 2016	(r416804)
+++ head/databases/Makefile	Sun Jun 12 15:05:44 2016	(r416805)
@@ -176,6 +176,7 @@
     SUBDIR += liquibase
     SUBDIR += lmdb
     SUBDIR += luadbi
+    SUBDIR += luasql-firebird
     SUBDIR += luasql-mysql
     SUBDIR += luasql-odbc
     SUBDIR += luasql-postgres

Added: head/databases/luasql-firebird/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/luasql-firebird/Makefile	Sun Jun 12 15:05:44 2016	(r416805)
@@ -0,0 +1,8 @@
+# Created by: Martin Matuska <martin at matuska.org>
+# $FreeBSD$
+
+LUASQL_DRIVER=	firebird
+
+MASTERDIR=	${.CURDIR}/../luasql-mysql
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list