freebsd-ports/lang/cython/Makefile
Sunpoet Po-Chuan Hsieh 52f84132c7 - Update to 0.23.4
- While I'm here, add LICENSE_FILE

Changes:	https://github.com/cython/cython/blob/master/CHANGES.rst
PR:		203785
Submitted by:	Vitaly Magerya <vmagerya@gmail.com> (maintainer)
2015-10-17 18:10:54 +00:00

24 lines
547 B
Makefile

# Created by: Wen Heping <wenhping@gmail.com>
# $FreeBSD$
PORTNAME= cython
PORTVERSION= 0.23.4
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
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= autoplist distutils
post-install:
${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython \
-name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>