git: 216c0147eafc - main - www/rubygem-cgi: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Mar 2022 13:26:29 UTC
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=216c0147eafcefadedfcb16df04f09524e97da79
commit 216c0147eafcefadedfcb16df04f09524e97da79
Author: Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-03-18 13:22:02 +0000
Commit: Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-03-18 13:23:54 +0000
www/rubygem-cgi: Add CPE information
Approved by: portmgr (blanket)
---
www/rubygem-cgi/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/www/rubygem-cgi/Makefile b/www/rubygem-cgi/Makefile
index 337696e4800e..7f89223fcd4e 100644
--- a/www/rubygem-cgi/Makefile
+++ b/www/rubygem-cgi/Makefile
@@ -12,9 +12,11 @@ LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
-USES= gem
+USES= cpe gem
USE_RUBY= yes
+CPE_VENDOR= ruby-lang
+
NO_ARCH= yes
.include <bsd.port.mk>