aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-clientform/Makefile
blob: 444fa0f91ea3dd8773d86a5b3b17b050640d33c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>