git: 1b9e4d7d9ad8 - main - devel/bison: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Sun Aug 29 11:44:55 UTC 2021


The branch main has been updated by decke:

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

commit 1b9e4d7d9ad86667425f6091515f8554d5129937
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-08-29 11:32:15 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-08-29 11:32:15 +0000

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

diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index 045e939d4789..d0002553a467 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	m4>=1.4.16,1:devel/m4
 
-USES=		charsetfix compiler:c11 iconv localbase makeinfo perl5 readline tar:xz
+USES=		charsetfix compiler:c11 cpe iconv localbase makeinfo perl5 readline tar:xz
 USE_PERL5=	build
 
 CONFIGURE_ARGS=	--disable-yacc --enable-relocatable
@@ -25,6 +25,8 @@ TEST_TARGET=	check
 
 INFO=		bison
 
+CPE_VENDOR=	gnu
+
 OPTIONS_DEFINE=	DOCS EXAMPLES NLS
 OPTIONS_SUB=	yes
 


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