Added: trunk/dports/ruby/rb19-sqlite3/Portfile (0 => 68343)
--- trunk/dports/ruby/rb19-sqlite3/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-sqlite3/Portfile 2010-06-01 21:32:26 UTC (rev 68343)
@@ -0,0 +1,18 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup sqlite3-ruby 1.2.5 gem {} rubygems ruby19
+name rb19-sqlite3
+description Interface to the SQLite3 DB engine from Ruby
+long_description \
+ ${description}
+maintainers singingwolfboy openmaintainer
+homepage http://github.com/luislavena/sqlite3-ruby
+categories-append databases
+checksums md5 eaa6328b0e971f4563f8d26715e37e13 \
+ sha1 837eabb8c80f37e46e29d4c7c22ee08e7679e47a \
+ rmd160 509b0401ee40e2176431ef30595f14a9ef4e2bcd
+
+depends_lib-append port:sqlite3
+
Property changes on: trunk/dports/ruby/rb19-sqlite3/Portfile
___________________________________________________________________