git: edf4a2c08110 - main - devel/gnucflow: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Oct 2021 20:27:53 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=edf4a2c081107ad473bff9d0ce5f0b228ddec555 commit edf4a2c081107ad473bff9d0ce5f0b228ddec555 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-23 20:27:40 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-23 20:27:40 +0000 devel/gnucflow: Add CPE information Approved by: portmgr (blanket) --- devel/gnucflow/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/gnucflow/Makefile b/devel/gnucflow/Makefile index c82ed3224598..cd9c958999fc 100644 --- a/devel/gnucflow/Makefile +++ b/devel/gnucflow/Makefile @@ -13,7 +13,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= bsdcflow-[0-9]* cflow-[0-9]* -USES= gmake tar:bzip2 +USES= cpe gmake tar:bzip2 +CPE_VENDOR= gnu +CPE_PRODUCT= cflow GNU_CONFIGURE= yes TEST_TARGET= check