pkgsrc/databases/lua-sqlite3/Makefile
adam d6d9bdd309 Lua-Sqlite3 is a binding of Sqlite3 for Lua.
Lua-Sqlite3 is unique in contrast to other database bindings that it consists
of two layers. The first layer translates the SQLite 3 implementation's C API
to Lua. The first layer is called the backend. The second layers are frontend
layers, written in Lua. These layers provide a nice and smart view of the
database

Currently, Lua-Sqlite3 implements two frontends:
* A specialiced frontend which provides all sqlite3 capabilities.
* A LuaSQL compatible frontend as used on the Kepler Project.
2013-07-04 18:06:24 +00:00

17 lines
444 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/07/04 18:06:24 adam Exp $
DISTNAME= lua-sqlite3-0.4.1
CATEGORIES= databases
MASTER_SITES= http://www.mroth.net/lua-sqlite3/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mroth.net/lua-sqlite3/
COMMENT= SQLite3 binding for LUA
LICENSE= mit
GNU_CONFIGURE= yes
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../lang/lua/module.mk"
.include "../../mk/bsd.pkg.mk"