# New ports collection makefile for:	cython
# Date created:		2008-11-09
# Whom:			Wen Heping <wenhping@gmail.com>
#
# $FreeBSD: ports/lang/cython/Makefile,v 1.4 2009/03/15 19:48:19 miwi Exp $
#

PORTNAME=	cython
PORTVERSION=	0.11
CATEGORIES=	lang python
MASTER_SITES=	http://www.cython.org/ \
		CHEESESHOP
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>
