aboutsummaryrefslogtreecommitdiffstats
path: root/devel/nuitka/Makefile
blob: a1fdc6474d560bce99ce3e67d93f13d17b1b03a7 (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.2
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>