summaryrefslogtreecommitdiff
path: root/net/rubygem-opennebula/Makefile
blob: 893d9e5bd01677fefd303e5d6ce88eef0bad796a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	opennebula
PORTVERSION=	7.0.0
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Libraries needed to talk to OpenNebula
WWW=		https://opennebula.io/ \
		https://github.com/OpenNebula/one

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-ipaddress>=0:net/rubygem-ipaddress \
		rubygem-json>=0:devel/rubygem-json \
		rubygem-nokogiri>=0:textproc/rubygem-nokogiri \
		rubygem-parse-cron>=0:textproc/rubygem-parse-cron \
		rubygem-treetop>=0:devel/rubygem-treetop \
		rubygem-xmlrpc>=0:net/rubygem-xmlrpc

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>