summaryrefslogtreecommitdiff
path: root/databases/py-pyhs
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-06-08 12:08:47 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-06-08 12:08:47 +0000
commitc9cacbc290d2a228e5300184d401a2819fa4c7a1 (patch)
tree4051cc7762c88844f92ab857f1c705a25469c9ef /databases/py-pyhs
parenttextproc/py-WTForms: Update to 1.0.5, lowercase PORTNAME (diff)
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=357006
Diffstat (limited to 'databases/py-pyhs')
-rw-r--r--databases/py-pyhs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-pyhs/Makefile b/databases/py-pyhs/Makefile
index 4e6c73d7c6ca..23522ab19d0a 100644
--- a/databases/py-pyhs/Makefile
+++ b/databases/py-pyhs/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pyhs
PORTVERSION= 0.2.4
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +13,7 @@ MAINTAINER= lwhsu@FreeBSD.org
COMMENT= HandlerSocket client for Python
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
-PYDISTUTILS_PKGNAME= python_handler_socket
-PYEASYINSTALL_ARCHDEP= yes
.include <bsd.port.mk>