git: 95d40be7ad4a - main - textproc/linux-c7-expat: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Oct 2021 20:04:08 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=95d40be7ad4a71d979fea6c00765a1f58210df5e commit 95d40be7ad4a71d979fea6c00765a1f58210df5e Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-23 20:03:53 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-23 20:03:53 +0000 textproc/linux-c7-expat: Add CPE information Approved by: portmgr (blanket) --- textproc/linux-c7-expat/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/linux-c7-expat/Makefile b/textproc/linux-c7-expat/Makefile index bae67c3f7e84..09367105a64e 100644 --- a/textproc/linux-c7-expat/Makefile +++ b/textproc/linux-c7-expat/Makefile @@ -11,7 +11,9 @@ COMMENT= XML 1.0 parser written in C (Linux CentOS ${LINUX_DIST_VER}) LICENSE= MIT -USES= linux:c7 +USES= cpe linux:c7 +CPE_VENDOR= ${CPE_PRODUCT}_project +CPE_PRODUCT= lib${PORTNAME} USE_LDCONFIG= yes USE_LINUX_RPM= yes