aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-redfish_client/Makefile
blob: 4b2ce1743c3fa3ccfaee424b15727b30e33a41e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	redfish_client
PORTVERSION=	0.5.4
CATEGORIES=	sysutils rubygems
MASTER_SITES=	RG

MAINTAINER=	freebsd@moov.de
COMMENT=	Simple Redfish client library
WWW=		https://github.com/xlab-steampunk/redfish-client-ruby

LICENSE=	APACHE20

RUN_DEPENDS=	rubygem-excon>=0.60:devel/rubygem-excon \
		rubygem-server_sent_events>=0.1:devel/rubygem-server_sent_events

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>