mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Port is not known to currently build; not obsoleting since it is almost certainly no longer used. Remove all +mysql4 variants from dependents. Closes: https://trac.macports.org/ticket/4115 See: https://trac.macports.org/ticket/43431 See: https://trac.macports.org/ticket/58607
22 lines
648 B
Plaintext
22 lines
648 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
revision 1
|
|
|
|
ruby.setup {mysql mysql-ruby} 2.7.5 extconf.rb {README.html README_ja.html}
|
|
|
|
maintainers freebsd.org:roberto
|
|
|
|
description Ruby API for the Mysql database
|
|
long_description This is the Ruby library for accessing Mysql \
|
|
databases from within Ruby. It works with Mysql 5.
|
|
categories-append databases
|
|
homepage http://www.tmtm.org/mysql/ruby/
|
|
master_sites http://tmtm.org/downloads/mysql/ruby/
|
|
checksums md5 4e42869196aa84ca17e70ab2287f8830
|
|
platforms darwin
|
|
|
|
depends_lib path:bin/mysql_config5:mysql5
|
|
depends_build port:ruby
|
|
configure.args --with-mysql-config=${prefix}/bin/mysql_config5
|