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>
|