diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-08-18 00:14:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-08-18 00:14:18 +0000 |
commit | b240421b3cdb1069c2035a1a17044fbda404bb57 (patch) | |
tree | 62c545415d3568b9aa1fa2a850058f9dadcd26a4 /devel/nuitka | |
parent | 3cd02ce8398e399898c65251037b907f4ed1078c (diff) |
Notes
Diffstat (limited to 'devel/nuitka')
-rw-r--r-- | devel/nuitka/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/nuitka/Makefile b/devel/nuitka/Makefile index ff7c2e26bd0f..1e43da3ecbf7 100644 --- a/devel/nuitka/Makefile +++ b/devel/nuitka/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 0.5.32.5 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 @@ -14,6 +15,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python tar:bzip2 -USE_PYTHON= autoplist concurrent distutils optsuffix +USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk> |