diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-18 05:51:30 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-18 05:51:30 +0000 |
commit | dd46ec85f360e2cf8e1e736e30ea92607a0aa1fc (patch) | |
tree | 06feedfd31f85a6e09480fe1d7b6e0c75de92aa2 /www/py-clientform | |
parent | f0c6d7b3b781e852027e88915b08ca6b90a11c1d (diff) | |
download | ports-dd46ec85f360e2cf8e1e736e30ea92607a0aa1fc.tar.gz ports-dd46ec85f360e2cf8e1e736e30ea92607a0aa1fc.zip |
Notes
Diffstat (limited to 'www/py-clientform')
-rw-r--r-- | www/py-clientform/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/py-clientform/Makefile b/www/py-clientform/Makefile index 21f2f6507912..ff1ed9e594e9 100644 --- a/www/py-clientform/Makefile +++ b/www/py-clientform/Makefile @@ -8,11 +8,12 @@ PORTNAME= clientform PORTVERSION= 0.2.6 CATEGORIES= www python -MASTER_SITES= http://wwwsearch.sourceforge.net/ClientForm/src/ +MASTER_SITES= http://wwwsearch.sourceforge.net/ClientForm/src/ \ + http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ClientForm-${PORTVERSION} -MAINTAINER= python@FreeBSD.org +MAINTAINER= lwhsu@FreeBSD.org COMMENT= Client-side HTTP Form for Python BUILD_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools |