mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
22 lines
512 B
Makefile
22 lines
512 B
Makefile
PORTNAME= kubeclient
|
|
PORTVERSION= 4.9.2
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Client for Kubernetes REST API
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-http4>=3.0<5.0:www/rubygem-http4 \
|
|
rubygem-jsonpath>=1.0<2:devel/rubygem-jsonpath \
|
|
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
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|