freebsd-ports/www/py-clientform/Makefile
Antoine Brodin 41a5348a3b Deprecate a few ports
With hat:	portmgr
2020-02-23 15:25:53 +00:00

22 lines
523 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
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-08-15
USES= python:2.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>