1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Martin Wilke 021fc3a529 - Move over to py25+ or above
- While here kick md5 support
2011-02-25 00:12:12 +00:00

31 lines
662 B
Makefile

# Ports collection makefile for: py-pg_pqueue
# Date created: 07 Jan 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $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 <bsd.port.pre.mk>
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/changes.txt ${DOCSDIR}
.endif
.include <bsd.port.post.mk>