mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
7d3515626b
Client-side HTTP Form for Python. PR: 68307 Submitted by: "Choe, Cheng-Dae" <whitekid@netian.com>
22 lines
488 B
Makefile
22 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>
|