2004-05-11 22:46:06 +00:00
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup ruby 1.0
|
2004-01-18 03:50:11 +00:00
|
|
|
|
2015-06-10 14:39:12 +00:00
|
|
|
ruby.setup {sqlite sqlite-ruby} 2.2.3 gem {} rubygems
|
2007-10-23 02:16:17 +00:00
|
|
|
maintainers nomaintainer
|
2004-01-18 03:50:11 +00:00
|
|
|
description Interface to the SQLite DB engine from Ruby
|
|
|
|
|
long_description Provides an interface for the SQLite DB engine. This \
|
|
|
|
|
differs from the 'ruby-sqlite' project (also on RAA) \
|
|
|
|
|
in that it is more complete, and from the ruby DBI \
|
|
|
|
|
version of SQLite in that it is SQLite specific, so \
|
|
|
|
|
you can do things that would otherwise be more \
|
|
|
|
|
difficult via DBI. If you want portability between \
|
|
|
|
|
backends, use DBI. If you want ease of use with \
|
2005-01-27 01:02:47 +00:00
|
|
|
SQLite, use this. \
|
|
|
|
|
Note that this module is NOT compatible with SQLite3.
|
2004-05-11 22:46:06 +00:00
|
|
|
categories-append databases
|
2013-04-06 00:35:55 +00:00
|
|
|
license BSD
|
2015-06-10 14:39:12 +00:00
|
|
|
checksums md5 ec4cdd775419f81b3314c0a7300f6d36
|
2004-05-11 22:46:06 +00:00
|
|
|
platforms darwin
|
|
|
|
|
|
2006-08-19 09:47:48 +00:00
|
|
|
depends_lib-append port:sqlite2
|