Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 12:58:51 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7c1d6fcffef1 - main - lang/hermes: Add CPE information
Message-ID:  <202109211258.18LCwpqZ067674@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

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

commit 7c1d6fcffef1c679d99f041a8f24fab6b93ea8d2
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-21 12:10:21 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-21 12:57:49 +0000

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

diff --git a/lang/hermes/Makefile b/lang/hermes/Makefile
index f2834b5de3b3..1fece6cc427e 100644
--- a/lang/hermes/Makefile
+++ b/lang/hermes/Makefile
@@ -14,8 +14,9 @@ LIB_DEPENDS=	libicui18n.so:devel/icu
 TEST_DEPENDS=	googletest>0:devel/googletest \
 		zip:archivers/zip
 
-USES=		cmake compiler:c++14-lang python:build readline
+USES=		cmake compiler:c++14-lang cpe python:build readline
 USE_LDCONFIG=	yes
+CPE_VENDOR=	facebook
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	facebook



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109211258.18LCwpqZ067674>