opnsense-ports/sysutils/rubygem-rubyipmi/Makefile
2022-09-07 22:33:21 +02:00

20 lines
406 B
Makefile

PORTNAME= rubyipmi
PORTVERSION= 0.11.1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Command line wrapper for ipmitool and freeipmi
WWW= https://github.com/logicminds/rubyipmi
LICENSE= LGPL21
RUN_DEPENDS= ${LOCALBASE}/sbin/bmc-device:sysutils/freeipmi \
rubygem-highline>=0:devel/rubygem-highline
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>