freebsd-ports/devel/py-zope.event/Makefile
Wen Heping 6ea314c173 zope.event provides a simple event system on which application-specific
event systems can be built.

Application code can generate events without being concerned about the
event-processing frameworks that might handle the events.

WWW:  http://pypi.python.org/pypi/zope.event
2009-12-15 03:14:28 +00:00

22 lines
485 B
Makefile

# New ports collection makefile for: py-zopeevent
# Date created: 15 Dec, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= zopeevent
PORTVERSION= 3.4.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= zope.event-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Very basic event publishing system
USE_PYTHON= 2.4+
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= zope.event
.include <bsd.port.mk>