freebsd-ports/devel/py-Acquisition/Makefile
2016-04-14 07:51:26 +00:00

25 lines
628 B
Makefile

# $FreeBSD$
PORTNAME= Acquisition
PORTVERSION= 4.2.2
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Allows to obtain attributes from the containment hierarchy
LICENSE= ZPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=4.1.1:devel/py-ExtensionClass \
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface
USES= python
USE_PYTHON= autoplist distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/Acquisition/_Acquisition.so
.include <bsd.port.mk>