Prune devel/py-EnthoughtBase
[dports.git] / devel / py-zope.exceptions / Makefile
1 # Created by: Wen Heping <wenheping@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       zope.exceptions
5 PORTVERSION=    4.0.0.1
6 PORTREVISION=   1
7 CATEGORIES=     devel python
8 MASTER_SITES=   CHEESESHOP
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10 DIST_SUBDIR=    zope
11
12 MAINTAINER=     zope@FreeBSD.org
13 COMMENT=        General Zope Exceptions
14
15 LICENSE=        ZPL21
16
17 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}zope.interface>0:${PORTSDIR}/devel/py-zope.interface
18
19 USES=           python
20 USE_PYTHON=     distutils autoplist
21
22 .include <bsd.port.mk>