Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / devel / py-zope.lifecycleevent / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       zope.lifecycleevent
4 PORTVERSION=    3.7.0
5 PORTREVISION=   1
6 CATEGORIES=     devel python zope
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9 DIST_SUBDIR=    zope
10
11 MAINTAINER=     zope@FreeBSD.org
12 COMMENT=        Object life-cycle events
13
14 LICENSE=        ZPL21
15
16 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
17                 ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component \
18                 ${PYTHON_PKGNAMEPREFIX}zope.event>=0:devel/py-zope.event
19
20 USES=           python
21 USE_PYTHON=     distutils autoplist
22
23 .include <bsd.port.mk>