# Created by: Wen Heping # $FreeBSD$ PORTNAME= cython PORTVERSION= 0.22 CATEGORIES= lang python MASTER_SITES= http://www.cython.org/release/ \ CHEESESHOP DISTNAME= Cython-${PORTVERSION} MAINTAINER= vmagerya@gmail.com COMMENT= Compiler for Writing C Extensions for the Python Language LICENSE= APACHE20 USES= python USE_PYTHON= autoplist distutils post-install: ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython \ -name '*.so' -exec ${STRIP_CMD} {} + .include