879c0141b2
- Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/kayhayen/Nuitka/blob/develop/Changelog.rst
19 lines
429 B
Makefile
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>
|