freebsd-ports/sysutils/rubygem-redfish_client/Makefile
Jason Unovitch f6a524fa12 sysutils/rubygem-redfish_client: add version 0.5.4 as new port
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)
2022-04-19 13:32:16 +02:00

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>