git: 5c186bc00085 - main - lang/nim: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 21 12:58:53 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c186bc00085ed0e6cbb1f2a6c1b65b12de39b69

commit 5c186bc00085ed0e6cbb1f2a6c1b65b12de39b69
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-21 12:10:55 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-21 12:57:50 +0000

    lang/nim: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 lang/nim/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lang/nim/Makefile b/lang/nim/Makefile
index ffb22773fe19..ff8a94c9d852 100644
--- a/lang/nim/Makefile
+++ b/lang/nim/Makefile
@@ -16,7 +16,9 @@ BROKEN_sparc64=		fails to build: build.sh: clang: not found
 LIB_DEPENDS=	libpcre.so:devel/pcre
 TEST_DEPENDS=	node>=0:www/node
 
-USES=		compiler:c11 tar:xz
+USES=		compiler:c11 cpe tar:xz
+
+CPE_VENDOR=	nim-lang
 
 CONFLICTS_INSTALL=	nimble
 


More information about the dev-commits-ports-main mailing list