Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
12 lines
377 B
Text
12 lines
377 B
Text
LuaSQLite3 is a thin wrapper around the public domain SQLite3
|
|
database engine.
|
|
|
|
LuaSQLite3 provides a means to manipulate SQLite3 databases
|
|
directly from Lua using Lua 5.
|
|
|
|
There are two modules, identical except that one links SQLite3
|
|
dynamically, the other statically.
|
|
|
|
The module `lsqlite3` links SQLite3 dynamically.
|
|
|
|
The module `lsqlite3complete` links SQLite3 statically.
|