Ticket #6842: Portfile.3

File Portfile.3, 803 bytes (added by blair (Blair Zajac), 18 years ago)

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
7maintainers             roberto@freebsd.org
8description             Ruby API for the Mysql5 database
9long_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.
13categories-append       databases
14homepage                http://www.tmtm.org/mysql/ruby/
15master_sites            ${homepage}
16checksums               md5 9c7026eb38ec8252de8bc89c5f263208
17platforms               darwin
18
19depends_lib-append      port:mysql5
20
21configure.args-append   --with-mysql-include=${prefix}/include/mysql5 \
22                        --with-mysql-lib=${prefix}/lib/mysql5/mysql