git: 8b3ab3def8dc - main - textproc/rubygem-ox: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Thu, 21 Oct 2021 15:43:32 UTC
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8b3ab3def8dce3bf1756dfb86a47714bb9c8d241

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

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

diff --git a/textproc/rubygem-ox/Makefile b/textproc/rubygem-ox/Makefile
index 367ff19aac46..388712b64c55 100644
--- a/textproc/rubygem-ox/Makefile
+++ b/textproc/rubygem-ox/Makefile
@@ -9,7 +9,8 @@ COMMENT=	Speed-optimized XML parser and object serializer for Ruby
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		gem
+USES=		cpe gem
+CPE_VENDOR=	${PORTNAME}_project
 USE_RUBY=	yes
 
 .include <bsd.port.mk>