1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/py-event/Makefile
Martin Wilke 3a88363b7b - Stage support
- Convert to autoplist
- Bump PORTREV
2014-02-19 06:53:00 +00:00

23 lines
499 B
Makefile

# Created by: Alexander Botero-Lowry <alexbl@FreeBSD.org>
# $FreeBSD$
PORTNAME= event
PORTVERSION= 0.3
PORTREVISION= 7
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Python bindings for libevent
LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
PROJECTHOST= pyevent
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>