forked from Lainports/opnsense-ports
20 lines
425 B
Makefile
20 lines
425 B
Makefile
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
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|