1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Use PYTHON_PKGNAMESUFFIX instead of USE_PYTHON=optsuffix

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-08-18 00:14:18 +00:00
parent 3cd02ce839
commit b240421b3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477463

View File

@ -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>