aboutsummaryrefslogtreecommitdiff
path: root/net/py-twitter/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-05-25 16:16:09 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-05-25 16:16:09 +0000
commit17d8168b2a454d92c20a6378d03ceb61f8f97756 (patch)
tree26cf9b58d0d8a6951ca921640373dc9deeada0bf /net/py-twitter/Makefile
parent18245e7603d74e78c212496a8c07eb4883f8e0c6 (diff)
downloadports-17d8168b2a454d92c20a6378d03ceb61f8f97756.tar.gz
ports-17d8168b2a454d92c20a6378d03ceb61f8f97756.zip
Notes
Diffstat (limited to 'net/py-twitter/Makefile')
-rw-r--r--net/py-twitter/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/py-twitter/Makefile b/net/py-twitter/Makefile
index 1ab60dec473d..cfcda99a5178 100644
--- a/net/py-twitter/Makefile
+++ b/net/py-twitter/Makefile
@@ -7,9 +7,9 @@
#
PORTNAME= twitter
-PORTVERSION= 0.8.1
+PORTVERSION= 0.8.2
CATEGORIES= net python
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
@@ -18,7 +18,8 @@ COMMENT= A python wrapper around the Twitter API
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson \
${PYTHON_PKGNAMEPREFIX}oauth2>0:${PORTSDIR}/net/py-oauth2
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson \
+ ${PYTHON_PKGNAMEPREFIX}oauth2>0:${PORTSDIR}/net/py-oauth2
PROJECTHOST= python-twitter
USE_PYTHON= yes