Fix BUILD_DEPENDS.

PR:		ports/79949
Submitted by:	maintainer
This commit is contained in:
Florent Thoumie 2005-04-15 11:18:22 +00:00
parent e17e6007fc
commit 57066d7e42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133406

View File

@ -7,16 +7,18 @@
PORTNAME= twistedFlow
PORTVERSION= 0.1.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://twistedmatrix.com/downloads/Flow/0.1/ \
http://tmrc.mit.edu/mirror/twisted/Flow/0.1/
http://tmrc.mit.edu/mirror/twisted/Flow/0.1/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TwistedFlow-${PORTVERSION}
MAINTAINER= neal@nelson.name
COMMENT= Generator based asynchronous result flows
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
RUN_DEPENDS= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/TwistedFlow-${PORTVERSION}