From 13311e9fb25c78e3f898760bfe1badd8e9cbd294 Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Tue, 26 May 2009 07:39:48 +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-postgres/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 databases/luasql-postgres/Makefile (limited to 'databases/luasql-postgres') diff --git a/databases/luasql-postgres/Makefile b/databases/luasql-postgres/Makefile new file mode 100644 index 000000000000..cbce12cf1323 --- /dev/null +++ b/databases/luasql-postgres/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: luasql-postgres +# Date created: 25 May 2009 +# Whom: Martin Matuska +# +# $FreeBSD$ +# + +PORTNAME= luasql + +MAINTAINER= mm@FreeBSD.org + +LUASQL_DRIVER= postgres +MASTERDIR= ${.CURDIR}/../luasql-mysql + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3