aboutsummaryrefslogblamecommitdiff
path: root/devel/nuitka/Makefile
blob: ddcaca94f4bba816ac55d6f9bb2c52edf3d92254 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                  
                       
                            
                                            
                                       
                                     




                                                        
                                     

                                
                                              

                      
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$

PORTNAME=	nuitka
PORTVERSION=	0.6.8.4
CATEGORIES=	devel python
MASTER_SITES=	https://nuitka.net/releases/
PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
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>