summaryrefslogtreecommitdiff
path: root/databases/py-pg_pqueue/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-pg_pqueue/Makefile')
-rw-r--r--databases/py-pg_pqueue/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/databases/py-pg_pqueue/Makefile b/databases/py-pg_pqueue/Makefile
new file mode 100644
index 000000000000..0bb23737256e
--- /dev/null
+++ b/databases/py-pg_pqueue/Makefile
@@ -0,0 +1,29 @@
+# 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
+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.4+
+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>