Ticket #2026: Portfile

File Portfile, 784 bytes (added by roberto@…, 20 years ago)

Portfile for ruby/rb-mysql

Line 
1# $Id: Portfile,v 1.2 2004/06/14 03:37:01 rshaw Exp $
2PortSystem              1.0
3PortGroup               ruby 1.0
4
5ruby.setup              {mysql mysql-ruby} 2.4.5 extconf.rb {README README.ja}
6revision                1
7maintainers             shu@rufuran.org
8description             Ruby API for the Mysql4 database
9long_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.
13categories-append       databases
14homepage                http://www.tmtm.org/mysql/ruby/
15master_sites    ${homepage}
16checksums               md5 345292e3f09f60f446fc36e5e841548f
17platforms               darwin
18
19depends_lib             lib:libmysqlclient.12:mysql4
20
21configure.args-append   --with-mysql-include=${prefix}/include/mysql \
22                                                --with-mysql-lib=${prefix}/lib/mysql
23