Changeset 23445
- Timestamp:
- 04/01/07 08:44:34 (20 months ago)
- Files:
-
- 1 modified
-
trunk/dports/ruby/rb-sqlite3/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/ruby/rb-sqlite3/Portfile
r20439 r23445 3 3 PortGroup ruby 1.0 4 4 5 ruby.setup {sqlite3 sqlite3-ruby} 1. 1.0setup.rb \5 ruby.setup {sqlite3 sqlite3-ruby} 1.2.1 setup.rb \ 6 6 {README LICENSE ChangeLog api doc} \ 7 rubyforge: 30897 rubyforge:17096 8 8 maintainers nomaintainer@macports.org 9 9 description Interface to the SQLite3 DB engine from Ruby … … 15 15 categories-append databases 16 16 use_bzip2 yes 17 checksums md5 83c6c16dc40a282931edfd0525d3aaf317 checksums md5 7ec13981e20bab8af024db3c1df4a602 18 18 platforms darwin 19 19 20 depends_lib-append port:sqlite3 \ 21 port:swig 20 depends_lib-append port:sqlite3 22 21

