Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jun 2016 15:05:44 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416805 - in head/databases: . luasql-firebird
Message-ID:  <201606121505.u5CF5i6v022157@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@matuska.org>
+# $FreeBSD$
+
+LUASQL_DRIVER=	firebird
+
+MASTERDIR=	${.CURDIR}/../luasql-mysql
+
+.include "${MASTERDIR}/Makefile"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606121505.u5CF5i6v022157>