# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$

PORTNAME=	nuitka
PORTVERSION=	0.6.10.5
CATEGORIES=	devel python
MASTER_SITES=	https://nuitka.net/releases/
PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
DISTNAME=	Nuitka-${PORTVERSION}

MAINTAINER=	python@FreeBSD.org
COMMENT=	Compatible and efficient Python compiler

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		python:3.6+ tar:bzip2
USE_PYTHON=	autoplist concurrent distutils

.include <bsd.port.mk>
