aboutsummaryrefslogtreecommitdiffstats
path: root/www/toofpy/Makefile
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2008-07-03 05:18:41 +0800
committerbeech <beech@FreeBSD.org>2008-07-03 05:18:41 +0800
commit1c9e73a89d470832e198553d6be077696ee9ce18 (patch)
tree81a5fdc5c1752658250a5c4d44e4770819b9a4a0 /www/toofpy/Makefile
parentb5467803b6c983989e82f24771d7876759989e5d (diff)
downloadfreebsd-ports-gnome-1c9e73a89d470832e198553d6be077696ee9ce18.tar.gz
freebsd-ports-gnome-1c9e73a89d470832e198553d6be077696ee9ce18.tar.zst
freebsd-ports-gnome-1c9e73a89d470832e198553d6be077696ee9ce18.zip
- Unbreak and minor tweaks
Submitted by: Frank Fenor <frank@fenor.de> (maintainer) Reported by: pointyhat via Pav
Diffstat (limited to 'www/toofpy/Makefile')
-rw-r--r--www/toofpy/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/www/toofpy/Makefile b/www/toofpy/Makefile
index b955b62b83c1..a456c9e63e7f 100644
--- a/www/toofpy/Makefile
+++ b/www/toofpy/Makefile
@@ -16,19 +16,17 @@ DISTFILES= toolserver-snapshot.tar.gz
MAINTAINER= frank@fenor.de
COMMENT= Toolserver Framework for Python
-BROKEN= does not patch
-
-WRKSRC= work/Toolserver-${PORTVERSION}
-USE_RC_SUBR= toolserver
-PYDISTUTILS_PKGNAME= Toolserver
-
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/medusa:${PORTSDIR}/net/py-medusa \
${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst \
${PYTHON_SITELIBDIR}/SOAPpy:${PORTSDIR}/net/py-soappy
+WRKSRC= ${WRKDIR}/Toolserver-${PORTVERSION}
+LATEST_LINK= py-${PORTNAME}
+USE_RC_SUBR= toolserver
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_PKGNAME= Toolserver
+
OPTIONS= PYCRYPTO "Use pycrypto (for RSA authentication)" off
.include <bsd.port.pre.mk>