a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20814 2006-11-30 11:26:01Z pguyot@kallisys.net $
PortSystem 1.0
PortGroup ruby 1.0
ruby.setup {postgres ruby-postgres} 0.7.1 extconf.rb {README doc sample}
revision 5
maintainers shu@rufuran.org
description Ruby API for the PostgreSQL database
long_description This is the Ruby library for accessing PostgreSQL \
databases from within Ruby. It works with PostgreSQL 8.0.
categories-append databases
homepage http://ruby.scripting.ca/postgres/
master_sites ${homepage}/archive/
checksums md5 8ef67b3f4b089248f0420baeb0e3b3c8
platforms darwin
depends_lib-append port:postgresql81
configure.args-append --with-pgsql-include-dir=${prefix}/include/postgresql81 \
--with-pgsql-lib-dir=${prefix}/lib/postgresql81
configure.env \
POSTGRES_LIB="${prefix}/lib/postgresql81 -L${prefix}/lib -lssl -lcrypto" \
POSTGRES_INCLUDE="${prefix}/include/postgresql81 -I${prefix}/include"