summaryrefslogtreecommitdiff
path: root/net/py-twitter
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2008-03-13 11:27:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2008-03-13 11:27:29 +0000
commit3fc75d24451f17b4aa45406e122fda45844581c8 (patch)
treed55df78205fca999ce087d282021d235873bc74e /net/py-twitter
parent[patch] improve Mk/bsd.sites.mk MASTER_SITE_GOOGLE_CODE variable (diff)
Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com
where the portname does not match the projects hostname. PR: ports/121453 (related) Submitted by: Edwin Groothuis <edwin@mavetju.org> Reviewed by: pav@
Notes
Notes: svn path=/head/; revision=208927
Diffstat (limited to 'net/py-twitter')
-rw-r--r--net/py-twitter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-twitter/Makefile b/net/py-twitter/Makefile
index 29e49be5b561..c4cf67f37e15 100644
--- a/net/py-twitter/Makefile
+++ b/net/py-twitter/Makefile
@@ -9,7 +9,7 @@
PORTNAME= twitter
PORTVERSION= 0.3
CATEGORIES= net python
-MASTER_SITES= http://python-twitter.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
@@ -19,6 +19,7 @@ COMMENT= A python wrapper around the Twitter API
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson
RUN_DEPENDS= ${BUILD_DEPENDS}
+PROJECTHOST= python-twitter
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= python_twitter