aboutsummaryrefslogtreecommitdiff
path: root/devel/nuitka/Makefile
blob: 153df504c44b873b6a8cde5ce02288b1ea30bbe2 (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 optsuffix

.include <bsd.port.mk>