summaryrefslogtreecommitdiff
path: root/databases/py-pg_pqueue/Makefile
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-06-08 12:17:42 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-06-08 12:17:42 +0000
commit5059b9f1d25b07030e5e92ff28130d12d45e99aa (patch)
treefd481b40979d07f619536b046349fa3227d4410f /databases/py-pg_pqueue/Makefile
parentdevel/py-fabric: Update to 1.8.3 (diff)
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST - Convert to new OPTIONS - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=357008
Diffstat (limited to 'databases/py-pg_pqueue/Makefile')
-rw-r--r--databases/py-pg_pqueue/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/py-pg_pqueue/Makefile b/databases/py-pg_pqueue/Makefile
index 2b257e3dc233..7f5f1d695dfb 100644
--- a/databases/py-pg_pqueue/Makefile
+++ b/databases/py-pg_pqueue/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pg_pqueue
PORTVERSION= 1.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases python
MASTER_SITES= http://python.projects.postgresql.org/files/ \
CHEESESHOP
@@ -14,13 +14,13 @@ COMMENT= PostgreSQL PQ Protocol Modules
LICENSE= BSD
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-PYEASYINSTALL_ARCHDEP= yes
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.pre.mk>
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/changes.txt ${STAGEDIR}${DOCSDIR}
.endif