diff options
author | rm <rm@FreeBSD.org> | 2014-10-18 11:47:24 +0000 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2014-10-18 11:47:24 +0000 |
commit | 7a11983187598adbbcc47f1e58f14eb473db899b (patch) | |
tree | ea40ff3da4533cfa8c234617479706a899777c75 | |
parent | de42e8c45261d140840dcb8651f90c7c0471162f (diff) | |
download | FreeBSD-ports-7a11983187598adbbcc47f1e58f14eb473db899b.zip FreeBSD-ports-7a11983187598adbbcc47f1e58f14eb473db899b.tar.gz |
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 560838c..96d7764 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> |