forked from Lainports/freebsd-ports
Required for net/foreman-proxy updates to 2.3.x and later releases PR: 260022 Submitted by: Frank Wall <fw@moov.de>; junovitch (RUN_DEPENDS updates)
21 lines
404 B
Makefile
21 lines
404 B
Makefile
# Created by: Frank Wall <fw@moov.de>
|
|
|
|
PORTNAME= redfish_client
|
|
PORTVERSION= 0.5.4
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= freebsd@moov.de
|
|
COMMENT= Simple Redfish client library
|
|
|
|
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>
|