# $MidnightBSD: trunk/lang/cython/Makefile 21456 2016-05-26 01:49:59Z laffer1 $

PORTNAME=	cython
PORTVERSION=	0.23.4
CATEGORIES=	lang python
MASTER_SITES=	http://www.cython.org/release/ \
		CHEESESHOP
DISTNAME=	Cython-${PORTVERSION}

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Compiler for Writing C Extensions for the Python Language

LICENSE=	apache2

USES=		python
USE_PYTHON=	autoplist distutils

post-install:
	${FIND} ${FAKE_DESTDIR}${PYTHONPREFIX_SITELIBDIR}/Cython \
		-name '*.so' -exec ${STRIP_CMD} {} +

.include <bsd.port.mk>
