Prune devel/py-EnthoughtBase
[dports.git] / devel / py-Acquisition / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       Acquisition
4 PORTVERSION=    4.2.1
5 CATEGORIES=     devel python zope
6 MASTER_SITES=   CHEESESHOP
7 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
8 DIST_SUBDIR=    zope
9
10 MAINTAINER=     zope@FreeBSD.org
11 COMMENT=        Allows to obtain attributes from the containment hierarchy
12
13 LICENSE=        ZPL21
14 LICENSE_FILE=   ${WRKSRC}/LICENSE.txt
15
16 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=4.1.1:${PORTSDIR}/devel/py-ExtensionClass \
17                 ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface
18
19 USES=           python
20 USE_PYTHON=     autoplist distutils
21
22 .include <bsd.port.mk>