# $Id: Portfile 31740 2007-12-05 12:30:14Z mww@macports.org $ PortSystem 1.0 PortGroup python25 1.0 name py25-psycopg2 version 2.0.5.1 categories python databases maintainers nomaintainer platforms darwin freebsd description A python DBAPI-2.0 ompliant database adapter for postgresql long_description Psycopg2 is a postgresql database adapter for python. \ It's fully compliant to pythons DBAPI-2.0. psycopg is \ designed for heavily multi-threaded applications \ featuring connection pooling. homepage http://www.initd.org/software/initd/psycopg/ master_sites http://initd.org/pub/software/psycopg/ \ http://initd.org/pub/software/psycopg/PSYCOPG-2-0/ distname psycopg2-${version} checksums md5 052e4b97dab47708fdcdc36ffb25af66 depends_lib-append port:postgresql81 \ port:openssl patchfiles patch-setup.cfg post-patch { reinplace \ s|@PG_CONFIG@|${prefix}/lib/postgresql81/bin/pg_config|g \ ${worksrcpath}/setup.cfg }