git: cc9ff09af82d - main - devel/rubygem-date: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Mar 2022 13:26:13 UTC
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cc9ff09af82d0ff6676f25637dd9ecb9b855f588
commit cc9ff09af82d0ff6676f25637dd9ecb9b855f588
Author: Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-03-18 13:10:27 +0000
Commit: Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-03-18 13:23:50 +0000
devel/rubygem-date: Add CPE information
Approved by: portmgr (blanket)
---
devel/rubygem-date/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/devel/rubygem-date/Makefile b/devel/rubygem-date/Makefile
index 4d103fa52f3b..2b33c9ff8d15 100644
--- a/devel/rubygem-date/Makefile
+++ b/devel/rubygem-date/Makefile
@@ -11,7 +11,9 @@ COMMENT= Subclass of Object includes Comparable module for handling dates
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
-USES= gem
+USES= cpe gem
USE_RUBY= yes
+CPE_VENDOR= ruby-lang
+
.include <bsd.port.mk>