- Fix RUN_DEPENDS

- Bump PORTREVISION for dependency change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-06-29 13:50:55 +00:00
parent 81a4d583b1
commit 08f5048f95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390906

View file

@ -3,6 +3,7 @@
PORTNAME= twitter
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,11 +14,11 @@ COMMENT= Python wrapper around the Twitter API
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2 \
${PYTHON_PKGNAMEPREFIX}oauth2>=0:${PORTSDIR}/net/py-oauth2 \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \
${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:${PORTSDIR}/www/py-requests-oauthlib \
${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson
USES= python:2
USE_PYTHON= distutils autoplist
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>