freebsd-ports/lang/cython/Makefile

19 lines
412 B
Makefile

# Created by: Wen Heping <wenhping@gmail.com>
# $FreeBSD$
PORTNAME= cython
PORTVERSION= 0.19.1
CATEGORIES= lang python
MASTER_SITES= http://www.cython.org/release/ \
CHEESESHOP
DISTNAME= Cython-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Compiler for Writing C Extensions for the Python Language
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Cython
NO_STAGE= yes
.include <bsd.port.mk>