git: a05d39534dfb - main - security/rubygem-openssl: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 14:36:07 UTC
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a05d39534dfb74759e837f24e389a656ad3fb967
commit a05d39534dfb74759e837f24e389a656ad3fb967
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-21 14:27:08 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-21 14:27:08 +0000
security/rubygem-openssl: Add CPE information
Approved by: portmgr (blanket)
---
security/rubygem-openssl/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/security/rubygem-openssl/Makefile b/security/rubygem-openssl/Makefile
index bb17118eef03..46ac7fa17f9a 100644
--- a/security/rubygem-openssl/Makefile
+++ b/security/rubygem-openssl/Makefile
@@ -11,7 +11,8 @@ LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt
-USES= gem ssl
+USES= cpe gem ssl
+CPE_VENDOR= ruby-lang
USE_RUBY= yes
.include <bsd.port.mk>