# $Id: Portfile,v 1.3 2005/11/04 18:09:41 mww Exp $ PortSystem 1.0 name pgpool version 2.6.3 categories databases platforms darwin maintainers mww@opendarwin.org description PostgreSQL connection pool server long_description pgpool is a connection server program for PostgreSQL. \ It runs between PostgreSQL's client(frontend) and \ server(backend). Any PostgreSQL clients can connect to \ pgpool as if it's a real PostgreSQL server. It \ supports connection pooling, failover and replication. homepage http://pgpool.projects.postgresql.org/ master_sites http://pgfoundry.org/frs/download.php/426/ freebsd checksums md5 fb301c1f42f67357dd72c9a20042c2ba configure.args --bindir=${prefix}/sbin post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS \ README README.euc_jp TODO ${destroot}${prefix}/share/doc/${name} }