Fix BUILD_DEPENDS.

PR:		ports/79951
Submitted by:	maintainer
This commit is contained in:
Florent Thoumie 2005-04-15 11:19:13 +00:00
parent 57066d7e42
commit 7e7614fa9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133407

View File

@ -7,16 +7,18 @@
PORTNAME= twistedRunner
PORTVERSION= 0.1.0
PORTREVISION= 1
CATEGORIES= devel net python
MASTER_SITES= http://twistedmatrix.com/downloads/Runner/0.1/ \
http://tmrc.mit.edu/mirror/twisted/Runner/0.1/
http://tmrc.mit.edu/mirror/twisted/Runner/0.1/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TwistedRunner-${PORTVERSION}
MAINTAINER= neal@nelson.name
COMMENT= Runner has process management, including an inetd replacement
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
RUN_DEPENDS= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/TwistedRunner-${PORTVERSION}