freebsd-ports/www/py-clientform/Makefile
Ruslan Makhmatkhanov b133042d6c 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)
2014-10-18 11:47:24 +00:00

19 lines
446 B
Makefile

# Created by: "Choe, Cheng-Dae" <whitekid@netian.com>
# $FreeBSD$
PORTNAME= clientform
PORTVERSION= 0.2.10
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://wwwsearch.sourceforge.net/ClientForm/src/ \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ClientForm-${PORTVERSION}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Client-side HTTP Form for Python
USES= python:2
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>