Files

22 lines
817 B
Plaintext
Raw Permalink Normal View History

PortSystem 1.0
PortGroup ruby 1.0
2004-01-18 03:50:11 +00:00
ruby.setup {sqlite sqlite-ruby} 2.2.3 gem {} rubygems
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.
categories-append databases
2013-04-06 00:35:55 +00:00
license BSD
checksums md5 ec4cdd775419f81b3314c0a7300f6d36
platforms darwin
2006-08-19 09:47:48 +00:00
depends_lib-append port:sqlite2