6f307c7f75
Changes: https://github.com/kayhayen/Nuitka/blob/develop/Changelog.rst https://github.com/kayhayen/Nuitka/commits/develop
19 lines
442 B
Makefile
19 lines
442 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nuitka
|
|
PORTVERSION= 0.5.29.5
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= https://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 optsuffix
|
|
|
|
.include <bsd.port.mk>
|