freebsd-ports/devel/nuitka/Makefile
Sunpoet Po-Chuan Hsieh 879c0141b2 Update to 0.5.25
- Allow concurrent installation (USE_PYTHON=concurrent)

Changes:	https://github.com/kayhayen/Nuitka/blob/develop/Changelog.rst
2017-01-28 20:52:50 +00:00

19 lines
429 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= nuitka
PORTVERSION= 0.5.25
CATEGORIES= devel python
MASTER_SITES= http://nuitka.net/releases/
DISTNAME= Nuitka-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Compatible and efficient Python compiler
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python tar:bzip2
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>