Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2021 15:43:05 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 37f78b2078dc - main - textproc/ezxml: Add CPE information
Message-ID:  <202110211543.19LFh5FF068510@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=37f78b2078dc2158cc6830568255bd8213e2dda3

commit 37f78b2078dc2158cc6830568255bd8213e2dda3
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-21 15:40:38 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-21 15:40:38 +0000

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

diff --git a/textproc/ezxml/Makefile b/textproc/ezxml/Makefile
index 847f13cc6f29..6da08768d19e 100644
--- a/textproc/ezxml/Makefile
+++ b/textproc/ezxml/Makefile
@@ -9,6 +9,9 @@ MASTER_SITES=	SF/${PORTNAME}/ezXML/ezXML%20${PORTVERSION} \
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Easy to use C library for parsing XML documents
 
+USES=		cpe
+CPE_VENDOR=	${PORTNAME}_project
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 LIBFILES=	libezxml.a



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110211543.19LFh5FF068510>