1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
2026-04-28 19:36:38 +03:00

21 lines
443 B
Makefile

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>