git: 4292bb7ff2b7 - main - devel/avro-cpp: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Sat Sep 25 20:29:53 UTC 2021


The branch main has been updated by decke:

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

commit 4292bb7ff2b7ee903d0261bcd9b8d575520daed4
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-25 20:09:33 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-25 20:28:46 +0000

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

diff --git a/devel/avro-cpp/Makefile b/devel/avro-cpp/Makefile
index 281500ec4f01..f16f378b6bbe 100644
--- a/devel/avro-cpp/Makefile
+++ b/devel/avro-cpp/Makefile
@@ -15,12 +15,14 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libboost_regex.so:devel/boost-libs \
 		libsnappy.so:archivers/snappy
 
-USES=		cmake compiler:c++11-lang
+USES=		cmake compiler:c++11-lang cpe
 
 USE_CXXSTD=	c++11
 USE_LDCONFIG=	yes
 WRKSRC_SUBDIR=	lang/c++
 
+CPE_VENDOR=	apache
+
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
 GH_ACCOUNT=	apache


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