blob: 0240c1345ddb361c1fb421ca4c4295bc1adad402 (
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.17
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>
|