freebsd-ports/devel/py-zope.lifecycleevent/Makefile
Wen Heping cf18adc2a8 Object life-cycle events.
WWW: http://pypi.python.org/pypi/zope.lifecycleevent

Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github)
Feature safe:	yes
2011-11-12 08:26:34 +00:00

27 lines
711 B
Makefile

# New ports collection makefile for: py-zope.lifecycleevent
# Date created: Nov 12, 2011
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= zope.lifecycleevent
PORTVERSION= 3.7.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= rm@FreeBSD.org
COMMENT= Object life-cycle events
LICENSE= ZPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>