summaryrefslogtreecommitdiff
path: root/databases/ruby-sqlite/DESCR
diff options
context:
space:
mode:
authortaca <taca>2009-10-17 12:24:46 +0000
committertaca <taca>2009-10-17 12:24:46 +0000
commit4ef98e1460b9c81f6599c691e37db80bacdc802b (patch)
treebc9e457b0b414da3b272a964d5da2050129730e0 /databases/ruby-sqlite/DESCR
parenta0bd15044c7ff2fc6a04ec8d0bf5b12b5f1fd8ea (diff)
downloadpkgsrc-4ef98e1460b9c81f6599c691e37db80bacdc802b.tar.gz
Importing ruby-sqlite 2.2.3 which is need by ruby-dbd-sqlite.
This module allows Ruby programs to interface with the SQLite database engine (http://www.sqlite.org). You must have the SQLite engine installed in order to build this module. Note that this module is NOT compatible with SQLite 3.x.
Diffstat (limited to 'databases/ruby-sqlite/DESCR')
-rw-r--r--databases/ruby-sqlite/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/ruby-sqlite/DESCR b/databases/ruby-sqlite/DESCR
new file mode 100644
index 00000000000..139d202d68b
--- /dev/null
+++ b/databases/ruby-sqlite/DESCR
@@ -0,0 +1,5 @@
+This module allows Ruby programs to interface with the SQLite
+database engine (http://www.sqlite.org). You must have the
+SQLite engine installed in order to build this module.
+
+Note that this module is NOT compatible with SQLite 3.x.