opnsense-ports/sysutils/rubygem-rubyipmi/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

19 lines
392 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
NO_ARCH= yes
.include <bsd.port.mk>