cc49aa2d9c
PR: ports/160522 Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru> Approved by: jadawin@ (mentor)
22 lines
487 B
Makefile
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>
|