summaryrefslogtreecommitdiff
path: root/sysutils/rubygem-rubyipmi/Makefile
blob: afc809427ee0e685535e496bb9d8f8e1061a696f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>