6ea314c173
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
22 lines
485 B
Makefile
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>
|