Update databases/p5-SQLite-Work to version 0.16
[dports.git] / databases / py-pg_pqueue / Makefile
1 # Created by: Wen Heping <wenheping@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       pg_pqueue
5 PORTVERSION=    1.0.2
6 PORTREVISION=   2
7 CATEGORIES=     databases python
8 MASTER_SITES=   http://python.projects.postgresql.org/files/ \
9                 CHEESESHOP
10 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
11
12 MAINTAINER=     wenheping@gmail.com
13 COMMENT=        PostgreSQL PQ Protocol Modules
14
15 LICENSE=        BSD3CLAUSE
16
17 USES=           python
18 USE_PYTHON=     distutils autoplist
19
20 OPTIONS_DEFINE= DOCS
21
22 .include <bsd.port.pre.mk>
23 post-install:
24 .if ${PORT_OPTIONS:MDOCS}
25         ${MKDIR} ${STAGEDIR}${DOCSDIR}
26         ${INSTALL_DATA} ${WRKSRC}/doc/changes.txt ${STAGEDIR}${DOCSDIR}
27 .endif
28
29 .include <bsd.port.post.mk>