# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $ PortSystem 1.0 PortGroup python24 1.0 name py-pgasync version 1.15b categories python databases platforms darwin maintainers nomaintainer description twisted-based, DB API 2.0 compliant PostgreSQL client library long_description pgasync is a twisted-based PostgreSQL client library which \ fully conforms to the DB API 2.0 specification. It's designed \ to run quickly and scale well. It provides connection pooling \ and persistence, database types, and safe conversions. homepage http://jamwt.com/pgasync/ master_sites ${homepage}/files/ distname pgasync-${version} checksums md5 e383618ad9e1278a36b220713740ce00 depends_lib-append port:py-twisted post-destroot { xinstall -m 644 -W ${worksrcpath} CHANGELOG LICENSE README TODO \ ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath}/examples test_adduser.py test_moduser.py \ test_select.py ${destroot}${prefix}/share/doc/${name}/examples }