Ticket #6842: Portfile

File Portfile, 826 bytes (added by blair (Blair Zajac), 18 years ago)

New rb-mysql5 portfile

Line 
1# $Id: Portfile,v 1.4 2005/01/25 22:00:36 rshaw Exp $
2PortSystem              1.0
3PortGroup               ruby 1.0
4
5ruby.setup              {mysql mysql-ruby} 2.5.1 extconf.rb {README.html README_ja.html}
6name                    rb-mysql5
7revision                1
8maintainers             roberto@freebsd.org
9description             Ruby API for the Mysql5 database
10long_description        This is the Ruby library for accessing Mysql \
11                                        databases from within Ruby.  It works with Mysql \
12                                        5\; probably works with 3.23 or \
13                                        earlier with slight modification, but not tested at all.
14categories-append       databases
15homepage                http://www.tmtm.org/mysql/ruby/
16master_sites            ${homepage}
17checksums               md5 9c7026eb38ec8252de8bc89c5f263208
18platforms               darwin
19
20depends_lib-append      lib:libmysqlclient.15:mysql5
21
22configure.args-append   --with-mysql-include=${prefix}/include/mysql5 \
23                        --with-mysql-lib=${prefix}/lib/mysql5/mysql