aboutsummaryrefslogtreecommitdiff
path: root/devel/py-event
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 /devel/py-event
parentba391f6a40dcd8927b57d910490d1dc05f2ac571 (diff)
downloadports-3fc75d24451f17b4aa45406e122fda45844581c8.tar.gz
ports-3fc75d24451f17b4aa45406e122fda45844581c8.zip
Notes
Diffstat (limited to 'devel/py-event')
-rw-r--r--devel/py-event/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-event/Makefile b/devel/py-event/Makefile
index f306d357fecd..27ee833c2ea7 100644
--- a/devel/py-event/Makefile
+++ b/devel/py-event/Makefile
@@ -8,7 +8,7 @@ PORTNAME= event
PORTVERSION= 0.3
PORTREVISION= 3
CATEGORIES= devel net python
-MASTER_SITES= http://pyevent.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
@@ -17,6 +17,7 @@ COMMENT= Python bindings for libevent
LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+PROJECTHOST= pyevent
USE_PYTHON= yes
USE_PYDISTUTILS= yes