git: d1b49965a1e4 - main - textproc/rubygem-sanitize20: Add CPE information

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

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

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

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

diff --git a/textproc/rubygem-sanitize20/Makefile b/textproc/rubygem-sanitize20/Makefile
index 062fd077ff03..3c841d9ccb78 100644
--- a/textproc/rubygem-sanitize20/Makefile
+++ b/textproc/rubygem-sanitize20/Makefile
@@ -15,7 +15,8 @@ RUN_DEPENDS=	rubygem-nokogiri>=1.4.4:textproc/rubygem-nokogiri
 PORTSCOUT=	limit:^2\.0
 
 NO_ARCH=	yes
-USES=		gem
+USES=		cpe gem
+CPE_VENDOR=	${PORTNAME}_project
 USE_RUBY=	yes
 
 .include <bsd.port.mk>