diff options
author | dvl <dvl@FreeBSD.org> | 2015-01-16 00:20:56 +0800 |
---|---|---|
committer | dvl <dvl@FreeBSD.org> | 2015-01-16 00:20:56 +0800 |
commit | e0ca5ba9040dbac05fc3d94cfc137f9895c66a8c (patch) | |
tree | 17d2e6bc4ffb62210d34dc150243e878b300105e /textproc/py-pyes | |
parent | 3da2d6899a79cbfc4fb7a75366c53e6c9c43f4ce (diff) | |
download | freebsd-ports-gnome-e0ca5ba9040dbac05fc3d94cfc137f9895c66a8c.tar.gz freebsd-ports-gnome-e0ca5ba9040dbac05fc3d94cfc137f9895c66a8c.tar.zst freebsd-ports-gnome-e0ca5ba9040dbac05fc3d94cfc137f9895c66a8c.zip |
Add missing dependencies
Approved by: wg (mentor)
CR: D1538
Diffstat (limited to 'textproc/py-pyes')
-rw-r--r-- | textproc/py-pyes/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/py-pyes/Makefile b/textproc/py-pyes/Makefile index c41afd7973bf..8b68b7f4dc76 100644 --- a/textproc/py-pyes/Makefile +++ b/textproc/py-pyes/Makefile @@ -3,6 +3,7 @@ PORTNAME= pyes PORTVERSION= 0.99.5 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +11,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dvl@FreeBSD.org COMMENT= Python connector for ElasticSearch - the pythonic way to use ElasticSearch +RUN_DEPENDS= py-six>=0:${PORTSDIR}/devel/py-six \ + py-urllib3>=0:${PORTSDIR}/net/py-urllib3 + USES= python:2 USE_PYTHON= distutils autoplist |