git: 88c376237b17 - main - www/rubygem-kubeclient: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 17:45:58 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=88c376237b17eaed8fdc3c4ef30eedf06e85e70d commit 88c376237b17eaed8fdc3c4ef30eedf06e85e70d Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2022-04-18 17:35:46 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2022-04-18 17:45:48 +0000 www/rubygem-kubeclient: Add CPE information Approved by: portmgr (blanket) --- www/rubygem-kubeclient/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/rubygem-kubeclient/Makefile b/www/rubygem-kubeclient/Makefile index a44c215e6449..62ddf4d5fac5 100644 --- a/www/rubygem-kubeclient/Makefile +++ b/www/rubygem-kubeclient/Makefile @@ -14,9 +14,11 @@ RUN_DEPENDS= rubygem-http4>=3.0<5.0:www/rubygem-http4 \ rubygem-recursive-open-struct>=1.1.1<2.0:devel/rubygem-recursive-open-struct \ rubygem-rest-client>=2.0<3:www/rubygem-rest-client -USES= gem +USES= cpe gem USE_RUBY= yes NO_ARCH= yes +CPE_VENDOR= redhat + .include <bsd.port.mk>