aboutsummaryrefslogtreecommitdiff
path: root/devel/py-gevent
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2010-07-02 05:31:49 +0000
committerStefan Walter <stefan@FreeBSD.org>2010-07-02 05:31:49 +0000
commit03cae8de77c3c75b1e41aace891e18cdd0e799ac (patch)
treed852ec83a37c4dd370bb471d3e63c557ce947db7 /devel/py-gevent
parent8704c7aedac465349274d045d077b7ce9384f149 (diff)
downloadports-03cae8de77c3c75b1e41aace891e18cdd0e799ac.tar.gz
ports-03cae8de77c3c75b1e41aace891e18cdd0e799ac.zip
Notes
Diffstat (limited to 'devel/py-gevent')
-rw-r--r--devel/py-gevent/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/py-gevent/Makefile b/devel/py-gevent/Makefile
index 407ec0422dbc..701d58bbe9e5 100644
--- a/devel/py-gevent/Makefile
+++ b/devel/py-gevent/Makefile
@@ -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