git: 8c55f6d55353 - main - textproc/libebml: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:20:15 UTC 2021


The branch main has been updated by decke:

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

commit 8c55f6d5535354504ab72cf05c8f6d8bebcd47f3
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 20:04:50 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-10 21:17:47 +0000

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

diff --git a/textproc/libebml/Makefile b/textproc/libebml/Makefile
index fb615866f4c3..72967c72dfb2 100644
--- a/textproc/libebml/Makefile
+++ b/textproc/libebml/Makefile
@@ -11,8 +11,9 @@ COMMENT=	EBML (Extensible Binary Meta Language), sort of binary version of XML
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/LICENSE.LGPL
 
-USES=		cmake compiler:c++11-lang tar:xz
+USES=		cmake compiler:c++11-lang cpe tar:xz
 USE_LDCONFIG=	yes
+CPE_VENDOR=	matroska
 
 CMAKE_ARGS=	-DBUILD_SHARED_LIBS=YES
 


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