opnsense-ports/lang/cython/Makefile
Franco Fichtner b7a4c2fdf6 lang/cython: sync with upstream
Taken from: HardenedBSD
2018-05-15 17:16:29 +02:00

25 lines
608 B
Makefile

# Created by: Wen Heping <wenhping@gmail.com>
# $FreeBSD$
PORTNAME= cython
PORTVERSION= 0.28.2
CATEGORIES= lang python
MASTER_SITES= http://www.cython.org/release/ \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
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 concurrent allflavors
post-install:
${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython \
-name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>