Add dependency on devel/py-greenlet.
PR: 147776 Submitted by: Robert Kruus <rob.kruus@gmail.com> Approved by: maintainer Feature safe: yes
This commit is contained in:
parent
8704c7aeda
commit
03cae8de77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257286
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= gevent
|
||||
PORTVERSION= 0.12.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -15,6 +16,7 @@ MAINTAINER= peter.schuller@infidyne.com
|
|||
COMMENT= Python co-routine networking library based on greenlet/libevent
|
||||
|
||||
LIB_DEPENDS= event:${PORTSDIR}/devel/libevent
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.3.1:${PORTSDIR}/devel/py-greenlet
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
|
Loading…
Reference in a new issue