diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-29 02:07:34 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-29 02:07:34 +0000 |
commit | 700a870f9c17e798f3b0d41045aa8564d37ec95a (patch) | |
tree | c3927f5ac223c1907feeb660cd6c5d614c755b60 /databases/Makefile | |
parent | a86fa562f0a46b97689ddf3e33b5acb20a8fcc10 (diff) |
- Add new port databases/luadbi
LuaDBI is a database interface library for Lua.
It is designed to provide a RDBMS agnostic API
for handling database operations.
WWW: http://code.google.com/p/luadbi/
PR: ports/183079
Submitted by: Olexander Melnyk <olexander.v.melnyk@gmail.com>
Notes
Notes:
svn path=/head/; revision=331922
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 78c90616f693..c60a93c872d1 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -185,6 +185,7 @@ SUBDIR += liquibase SUBDIR += lmdb SUBDIR += lsdb + SUBDIR += luadbi SUBDIR += luasql-mysql SUBDIR += luasql-postgres SUBDIR += luasql-sqlite3 |