Files
Joshua Root 02ae60ce68 ruby/*: set github.tarball_from explicitly
In preparation for changing the default.
2025-01-27 04:43:39 +11:00

26 lines
963 B
Plaintext

PortSystem 1.0
PortGroup ruby 1.0
PortGroup github 1.0
github.setup sparklemotion sqlite3-ruby 1_2_5 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
ruby.setup {sqlite3 sqlite3-ruby} 1.2.5 setup.rb \
{README.txt LICENSE}
maintainers nomaintainer
description Interface to the SQLite3 DB engine from Ruby
long_description This module allows Ruby programs to interface with \
the SQLite3 database engine (https://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 2.x.
categories-append databases
license BSD
checksums md5 156825c666f720f2b82216796c059394 \
sha1 f24827aa867add89bbf4056c195f475f785c16e4 \
rmd160 a56b649a720141f64b96f78e8f136aac636727e4
platforms any
supported_archs noarch
depends_lib-append port:sqlite3