freebsd-ports/www/py-clientform/Makefile
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00

19 lines
448 B
Makefile

# Created by: "Choe, Cheng-Dae" <whitekid@netian.com>
# $FreeBSD$
PORTNAME= clientform
PORTVERSION= 0.2.10
PORTREVISION= 2
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.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>