blob: d9b1b03b764e3e89275dbb59ac740cc11a8e5445 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= nuitka
PORTVERSION= 0.5.28.1
CATEGORIES= devel python
MASTER_SITES= http://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
.include <bsd.port.mk>
|