From 512704e74f15636e7b4fe258281f41f12bd3f3ca Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Tue, 26 May 2009 07:40:56 +0000 Subject: LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua program to: * Connect to ODBC, ADO, Oracle, MySQL, SQLite and PostgreSQL databases; * Execute arbitrary SQL statements; * Retrieve results in a row-by-row cursor fashion. WWW: http://www.keplerproject.org/luasql/ --- databases/luasql-sqlite3/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 databases/luasql-sqlite3/Makefile (limited to 'databases/luasql-sqlite3') diff --git a/databases/luasql-sqlite3/Makefile b/databases/luasql-sqlite3/Makefile new file mode 100644 index 000000000000..d59b9d408c9f --- /dev/null +++ b/databases/luasql-sqlite3/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: luasql-postgres +# Date created: 25 May 2009 +# Whom: Martin Matuska +# +# $FreeBSD$ +# + +PORTNAME= luasql + +MAINTAINER= mm@FreeBSD.org + +LUASQL_DRIVER= sqlite3 + +MASTERDIR= ${.CURDIR}/../luasql-mysql + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3