1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/devel/py-event/Makefile
Edwin Groothuis 3fc75d2445 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@
2008-03-13 11:27:29 +00:00

27 lines
595 B
Makefile

# New ports collection makefile for: py-event
# Date created: 23 Feb 2007
# Whom: Alexander Botero-Lowry <alexbl@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= event
PORTVERSION= 0.3
PORTREVISION= 3
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= alexbl@FreeBSD.org
COMMENT= Python bindings for libevent
LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
PROJECTHOST= pyevent
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/event.so
.include <bsd.port.mk>