diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 14:27:08 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 14:27:08 +0000 |
commit | a05d39534dfb74759e837f24e389a656ad3fb967 (patch) | |
tree | 4c0a127b3e46b60fb73016d59498c40886483e98 | |
parent | 42bcdd4cb0187fb3557a5103f5d3afb09284b6a7 (diff) | |
download | ports-a05d39534dfb74759e837f24e389a656ad3fb967.tar.gz ports-a05d39534dfb74759e837f24e389a656ad3fb967.zip |
security/rubygem-openssl: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | security/rubygem-openssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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> |