mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
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"
|