# New ports collection makefile for:	py-zopeevent
# Date created:				15 Dec, 2009
# Whom:					Wen Heping <wenheping@gmail.com>
#
# $FreeBSD: ports/devel/py-zopeevent/Makefile,v 1.1 2009/12/15 03:14:28 wen Exp $
#

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>
