git: ebab298070e4 - main - devel/gsoap: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:32:29 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=ebab298070e446b4596eb46be88617ac97194b9b commit ebab298070e446b4596eb46be88617ac97194b9b Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:18 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:18 +0000 devel/gsoap: Add CPE information Approved by: portmgr (blanket) --- devel/gsoap/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/gsoap/Makefile b/devel/gsoap/Makefile index 0564f42087da..2db8dd865a79 100644 --- a/devel/gsoap/Makefile +++ b/devel/gsoap/Makefile @@ -12,7 +12,8 @@ COMMENT= Generator Tools for Coding SOAP/XML Web Services in C and C++ LICENSE= GPLv2 -USES= autoreconf pathfix ssl zip +USES= autoreconf cpe pathfix ssl zip +CPE_VENDOR= genivia CONFIGURE_ENV= LEX=flex YACC=yacc GNU_CONFIGURE= yes