aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cython/Makefile
blob: 6afe748f1915e42281da838390f2e93d2b962cd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    cython
# Date created:     2008-11-09
# Whom:         Wen Heping <wenhping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   cython
PORTVERSION=    0.11.2
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>