new port python/py-postgresql-proboscis

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@14279 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Markus W. Weißmann
2005-09-27 07:35:21 +00:00
parent c059b3d795
commit f32d5955cb
+28
View File
@@ -0,0 +1,28 @@
# $Id: Portfile,v 1.1 2005/09/27 07:35:21 mww Exp $
PortSystem 1.0
PortGroup python24 1.0
name py-postgresql-proboscis
version 0.1
categories python databases
platforms darwin
maintainers mww@opendarwin.org
description postgresql database connector in pure python
long_description ${description}
homepage http://python.projects.postgresql.org/project/fe.html
master_sites http://pgfoundry.org/frs/download.php/463/
distname proboscis-${version}
checksums md5 a94f3fb6da126b2d1f2d26d7f88e4663
use_bzip2 yes
depends_run port:py-postgresql-greentrunk \
port:py-postgresql-pqueue \
port:py-postgresql-layout \
port:py-postgresql-exception
post-destroot {
xinstall -m 644 -W ${worksrcpath} LICENSE \
${destroot}${prefix}/share/doc/${name}
}