1 | # $Id: Portfile,v 1.4 2005/01/25 22:00:36 rshaw Exp $ |
---|
2 | PortSystem 1.0 |
---|
3 | PortGroup ruby 1.0 |
---|
4 | |
---|
5 | ruby.setup {mysql mysql-ruby} 2.5.1 extconf.rb {README.html README_ja.html} |
---|
6 | name rb-mysql5 |
---|
7 | maintainers roberto@freebsd.org |
---|
8 | description Ruby API for the Mysql5 database |
---|
9 | long_description This is the Ruby library for accessing Mysql \ |
---|
10 | databases from within Ruby. It works with Mysql \ |
---|
11 | 5 and 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 9c7026eb38ec8252de8bc89c5f263208 |
---|
17 | platforms darwin |
---|
18 | |
---|
19 | depends_lib-append port:mysql5 |
---|
20 | |
---|
21 | configure.args-append --with-mysql-include=${prefix}/include/mysql5 \ |
---|
22 | --with-mysql-lib=${prefix}/lib/mysql5/mysql |
---|