1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/lang/cython/Makefile
Wen Heping c89c24b183 - Update to 0.20.1 [1]
- Add LICENSE
- Pass maintainership to submitter

PR:		188231 [1]
Submitted by:	Vitaly Magerya <vmagerya@gmail.com> [1]
2014-04-05 04:48:43 +00:00

21 lines
419 B
Makefile

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