forked from Lainports/freebsd-ports
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/
----------------------------------------------------------------------
15 lines
313 B
Makefile
15 lines
313 B
Makefile
# New ports collection makefile for: luasql-postgres
|
|
# Date created: 25 May 2009
|
|
# Whom: Martin Matuska <martin@matuska.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= luasql
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
|
|
LUASQL_DRIVER= postgres
|
|
MASTERDIR= ${.CURDIR}/../luasql-mysql
|
|
|
|
.include "${MASTERDIR}/Makefile"
|