# Ports collection makefile for: py-pg_pqueue # Date created: 07 Jan 2009 # Whom: Wen Heping # # $FreeBSD$ # PORTNAME= pg_pqueue PORTVERSION= 1.0.2 PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= http://python.projects.postgresql.org/files/ \ CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wenheping@gmail.com COMMENT= PostgreSQL PQ Protocol Modules USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes .include post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/changes.txt ${DOCSDIR} .endif .include