1 | # $Id: Portfile,v 1.2 2004/06/14 03:37:01 rshaw Exp $ |
---|
2 | PortSystem 1.0 |
---|
3 | PortGroup ruby 1.0 |
---|
4 | |
---|
5 | ruby.setup {mysql mysql-ruby} 2.4.5 extconf.rb {README README.ja} |
---|
6 | revision 1 |
---|
7 | maintainers shu@rufuran.org |
---|
8 | description Ruby API for the Mysql4 database |
---|
9 | long_description This is the Ruby library for accessing Mysql \ |
---|
10 | databases from within Ruby. It works with Mysql \ |
---|
11 | 4\; probably works with 3.23 or \ |
---|
12 | earlier with slight modification, but not tested at all. |
---|
13 | categories-append databases |
---|
14 | homepage http://www.tmtm.org/mysql/ruby/ |
---|
15 | master_sites ${homepage} |
---|
16 | checksums md5 345292e3f09f60f446fc36e5e841548f |
---|
17 | platforms darwin |
---|
18 | |
---|
19 | depends_lib lib:libmysqlclient.12:mysql4 |
---|
20 | |
---|
21 | configure.args-append --with-mysql-include=${prefix}/include/mysql \ |
---|
22 | --with-mysql-lib=${prefix}/lib/mysql |
---|
23 | |
---|