opnsense-ports/sysutils/rubygem-redfish_client/Makefile
Franco Fichtner b37fbe8c8c */*: sync with upstream
Taken from: FreeBSD
2022-04-22 10:09:26 +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>