mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
b133042d6c
- 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)
20 lines
446 B
Makefile
20 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>
|