diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 11:18:22 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 11:18:22 +0000 |
commit | 57066d7e427136c8fec93a80c97608f7f7fe7bfc (patch) | |
tree | 04771280e171287b6fba62f5379a315c41ef745c /devel/py-twistedFlow | |
parent | e17e6007fcd1daec30574e92340fbbbb1d405588 (diff) |
Notes
Diffstat (limited to 'devel/py-twistedFlow')
-rw-r--r-- | devel/py-twistedFlow/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/py-twistedFlow/Makefile b/devel/py-twistedFlow/Makefile index ebdba2b35fb4..649cb60d50b8 100644 --- a/devel/py-twistedFlow/Makefile +++ b/devel/py-twistedFlow/Makefile @@ -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} |