Prune devel/py-EnthoughtBase
[dports.git] / devel / py-zope.filerepresentation / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       zope.filerepresentation
4 PORTVERSION=    3.6.1
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=        File-system Representation Interfaces
13
14 LICENSE=        ZPL21
15
16 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
17                 ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema
18
19 USES=           python
20 USE_PYTHON=     distutils autoplist
21
22 .include <bsd.port.mk>