mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
0824dc482d
Commit log: https://github.com/xlab-steampunk/redfish-client-ruby/compare/0.5.4...0.8.0 Add LICENSE_FILE. PR: 294846 Sponsored by: UNIS Labs
21 lines
443 B
Makefile
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>
|