add71e9ffc
- Stage support - Bump PORTREVISION
22 lines
495 B
Makefile
22 lines
495 B
Makefile
# Created by: "Choe, Cheng-Dae" <whitekid@netian.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= clientform
|
|
PORTVERSION= 0.2.10
|
|
PORTREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://wwwsearch.sourceforge.net/ClientForm/src/ \
|
|
CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ClientForm-${PORTVERSION}
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= Client-side HTTP Form for Python
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
PYDISTUTILS_PKGNAME= ClientForm
|
|
|
|
|
|
.include <bsd.port.mk>
|