git: e56dd60b3974 - main - devel/cmake: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:19:46 UTC 2021


The branch main has been updated by decke:

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

commit e56dd60b3974cdcad2a198b3053c91ec2c9a8f81
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 19:44:54 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-10 21:17:32 +0000

    devel/cmake: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 devel/cmake/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/cmake/Makefile b/devel/cmake/Makefile
index 208f5a9345f8..0ef752ad7560 100644
--- a/devel/cmake/Makefile
+++ b/devel/cmake/Makefile
@@ -19,8 +19,9 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libuv.so:devel/libuv \
 		librhash.so:security/rhash
 
-USES=		compiler:c++11-lang ncurses
+USES=		compiler:c++11-lang cpe ncurses
 
+CPE_VENDOR=	cmake_project
 HAS_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKE=make
 CONFIGURE_ARGS=	--prefix=${PREFIX} \


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