freebsd-ports/www/py-clientform/Makefile
Hye-Shik Chang 7d3515626b Add new port for py-clientform 0.1.16,
Client-side HTTP Form for Python.

PR:		68307
Submitted by:	"Choe, Cheng-Dae" <whitekid@netian.com>
2004-06-25 08:52:46 +00:00

21 lines
488 B
Makefile

# New ports collection makefile for: py-clientform
# Date created: 25 Jun 2004
# Whom: "Choe, Cheng-Dae" <whitekid@netian.com>
#
# $FreeBSD$
#
PORTNAME= clientform
PORTVERSION= 0.1.16
CATEGORIES= www python
MASTER_SITES= http://wwwsearch.sourceforge.net/ClientForm/src/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ClientForm-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Client-side HTTP Form for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>