git: 4028eb37f515 - main - devel/nuitka: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jun 2022 07:52:43 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=4028eb37f51553d0286ed91fe5618b4508006ca2 commit 4028eb37f51553d0286ed91fe5618b4508006ca2 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2022-06-17 07:48:36 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2022-06-17 07:48:36 +0000 devel/nuitka: Add CPE information Approved by: portmgr (blanket) --- devel/nuitka/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/nuitka/Makefile b/devel/nuitka/Makefile index 36e162d518a7..bf407b2c52d9 100644 --- a/devel/nuitka/Makefile +++ b/devel/nuitka/Makefile @@ -13,7 +13,7 @@ COMMENT= Compatible and efficient Python compiler LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python:3.6+ cpe USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes