diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-09 22:56:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-09 22:56:35 +0000 |
commit | dceb0f2d7d36c99607ddd4b46ccdfa7c0c062a01 (patch) | |
tree | dea093561f9ccedb519d23980e5b80b2e9377dc0 /lang/cython/Makefile | |
parent | 22d90ee11494b42c70e8aa0265bb5148977b4e2a (diff) | |
download | ports-dceb0f2d7d36c99607ddd4b46ccdfa7c0c062a01.tar.gz ports-dceb0f2d7d36c99607ddd4b46ccdfa7c0c062a01.zip |
Notes
Diffstat (limited to 'lang/cython/Makefile')
-rw-r--r-- | lang/cython/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/cython/Makefile b/lang/cython/Makefile new file mode 100644 index 000000000000..03bffbf162d3 --- /dev/null +++ b/lang/cython/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: cython +# Date created: 2008-11-09 +# Whom: Wen Heping <wenhping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= cython +PORTVERSION= 0.10 +CATEGORIES= lang python +MASTER_SITES= http://www.cython.org/ +DISTNAME= Cython-${PORTVERSION} + +MAINTAINER= wenheping@gmail.com +COMMENT= Compiler for Writing C Extensions for the Python Language + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= Cython + +.include <bsd.port.mk> |