diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-13 11:27:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-13 11:27:29 +0000 |
commit | 3fc75d24451f17b4aa45406e122fda45844581c8 (patch) | |
tree | d55df78205fca999ce087d282021d235873bc74e /devel/py-event | |
parent | ba391f6a40dcd8927b57d910490d1dc05f2ac571 (diff) | |
download | ports-3fc75d24451f17b4aa45406e122fda45844581c8.tar.gz ports-3fc75d24451f17b4aa45406e122fda45844581c8.zip |
Notes
Diffstat (limited to 'devel/py-event')
-rw-r--r-- | devel/py-event/Makefile | 3 |
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 |