1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/lang/cython/Makefile
Wen Heping 6a826c952a - Update to 0.16
PR:		167287
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-04-25 15:55:30 +00:00

23 lines
468 B
Makefile

# New ports collection makefile for: cython
# Date created: 2008-11-09
# Whom: Wen Heping <wenhping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= cython
PORTVERSION= 0.16
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
.include <bsd.port.mk>