blob: 62102cb56a714d33f1e8d2567d9134f69a208a8e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= nuitka
PORTVERSION= 0.6.1.1
CATEGORIES= devel python
MASTER_SITES= https://nuitka.net/releases/
DISTNAME= Nuitka-${PORTVERSION}
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
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>
|