blob: 6ea70e240c1510b278d78f7e7f548850f8f52a7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= redfish_client
DISTVERSION= 0.8.0
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
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-excon>=0.71:devel/rubygem-excon \
rubygem-server_sent_events>=0.1:devel/rubygem-server_sent_events
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|