diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2010-07-02 05:31:49 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2010-07-02 05:31:49 +0000 |
commit | 03cae8de77c3c75b1e41aace891e18cdd0e799ac (patch) | |
tree | d852ec83a37c4dd370bb471d3e63c557ce947db7 /devel/py-gevent | |
parent | 8704c7aedac465349274d045d077b7ce9384f149 (diff) | |
download | ports-03cae8de77c3c75b1e41aace891e18cdd0e799ac.tar.gz ports-03cae8de77c3c75b1e41aace891e18cdd0e799ac.zip |
Notes
Diffstat (limited to 'devel/py-gevent')
-rw-r--r-- | devel/py-gevent/Makefile | 2 |
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 |