Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / devel / py-zope.interface / Makefile
1 # Created by: Neal Nelson <neal@nelson.name>
2 # $FreeBSD$
3
4 PORTNAME=       zope.interface
5 PORTVERSION=    4.1.3
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=        Interfaces for Python
13
14 LICENSE=        ZPL21
15 LICENSE_FILE=   ${WRKSRC}/LICENSE.txt
16
17 USES=           python
18 USE_PYTHON=     autoplist distutils
19
20 post-install:
21         ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/zope/interface/_zope_interface_coptimizations.so
22
23 .include <bsd.port.mk>