1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/nuitka/Makefile
2020-05-17 12:32:33 +00:00

21 lines
470 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= nuitka
PORTVERSION= 0.6.8.1
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 tar:bzip2
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>