- Fix BUILD_DEPENDS.
PR: ports/79960 Submitted by: maintainer
This commit is contained in:
parent
fb049883bb
commit
e39458901a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133415
1 changed files with 4 additions and 2 deletions
|
@ -7,16 +7,18 @@
|
|||
|
||||
PORTNAME= twistedWeb
|
||||
PORTVERSION= 0.5.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= http://twistedmatrix.com/downloads/Web/0.5/ \
|
||||
http://tmrc.mit.edu/mirror/twisted/Web/0.5/
|
||||
http://tmrc.mit.edu/mirror/twisted/Web/0.5/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= TwistedWeb-${PORTVERSION}
|
||||
|
||||
MAINTAINER= neal@nelson.name
|
||||
COMMENT= An HTTP protocol implementation together with clients and servers
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
WRKSRC= ${WRKDIR}/TwistedWeb-${PORTVERSION}
|
||||
|
||||
|
|
Loading…
Reference in a new issue