You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
ed437698e5
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@30249 d073be05-634f-4543-b044-5fe20cf6d1d6
31 lines
751 B
Plaintext
31 lines
751 B
Plaintext
# $Id$
|
|
|
|
PortSystem 1.0
|
|
PortGroup python24 1.0
|
|
|
|
name py-postgresql-pqueue
|
|
version 0.1
|
|
categories python databases
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
description pure python implementation of the pq protocol
|
|
long_description pqueue provides a pure python implementation of version \
|
|
3.0 of the pq protocol.
|
|
|
|
homepage http://python.projects.postgresql.org/project/pq.html
|
|
master_sites http://pgfoundry.org/frs/download.php/457/
|
|
distname pqueue-${version}
|
|
checksums md5 ee2d517b88fabcc0287b5b487570bbaf
|
|
use_bzip2 yes
|
|
|
|
depends_run port:py-postgresql-layout
|
|
|
|
post-extract {
|
|
file copy ${filespath}/buffer.c ${worksrcpath}/src
|
|
}
|
|
|
|
post-destroot {
|
|
xinstall -m 644 -W ${worksrcpath} LICENSE \
|
|
${destroot}${prefix}/share/doc/${name}
|
|
}
|