diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-10-18 11:47:24 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-10-18 11:47:24 +0000 |
commit | b133042d6c8165729774ffa4c9ea411beb0fdc29 (patch) | |
tree | ea40ff3da4533cfa8c234617479706a899777c75 | |
parent | www/py-cherrypy-old: convert to USES=python (diff) |
www/py-clientform: convert to USES=python
- convert to USES=python
- limit to python2:
"""
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "setup.py", line 13
False, True = 0, 1
^
SyntaxError: can't assign to keyword
"""
Approved by: portmgr (blanket)
-rw-r--r-- | www/py-clientform/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/py-clientform/Makefile b/www/py-clientform/Makefile index 560838c09064..96d77644d37e 100644 --- a/www/py-clientform/Makefile +++ b/www/py-clientform/Makefile @@ -13,10 +13,7 @@ DISTNAME= ClientForm-${PORTVERSION} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Client-side HTTP Form for Python -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes -PYDISTUTILS_PKGNAME= ClientForm - +USES= python:2 +USE_PYTHON= autoplist distutils .include <bsd.port.mk> |