git: f3628665f2bb - main - textproc/tinyxml: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Nov 2021 13:31:10 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3628665f2bb9b6361f5346279ec4ddaeb5d9a6c commit f3628665f2bb9b6361f5346279ec4ddaeb5d9a6c Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-11-02 13:29:56 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-11-02 13:29:56 +0000 textproc/tinyxml: Add CPE information Approved by: portmgr (blanket) --- textproc/tinyxml/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/tinyxml/Makefile b/textproc/tinyxml/Makefile index ec4fbafcf5d4..3a65f3997194 100644 --- a/textproc/tinyxml/Makefile +++ b/textproc/tinyxml/Makefile @@ -12,11 +12,13 @@ COMMENT= Small C++ XML parser WRKSRC= ${WRKDIR}/${PORTNAME} -USES= compiler:c++11-lang uidfix +USES= compiler:c++11-lang cpe uidfix USE_LDCONFIG= YES SHLIB_MAJOR= 3 PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" +CPE_VENDOR= tinyxml_project + OPTIONS_DEFINE= DOCS PROFILE OPTIONS_SUB= yes