You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
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:
@@ -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}
|
||||
}
|
||||
Reference in New Issue
Block a user