freebsd-ports/devel/py-zope.event/Makefile
Sofian Brabez cc49aa2d9c - Update to 3.5.1
PR:		ports/160522
Submitted by:	Ruslan Mahmatkhanov <cvs-src at yandex.ru>
Approved by:	jadawin@ (mentor)
2011-09-08 08:12:00 +00:00

22 lines
487 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.5.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= zope.event-${PORTVERSION}
MAINTAINER= cvs-src@yandex.ru
COMMENT= Very basic event publishing system
USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= zope.event
.include <bsd.port.mk>