26 lines
660 B
Makefile
26 lines
660 B
Makefile
PORTNAME= opennebula
|
|
PORTVERSION= 6.6.3
|
|
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-rbvmomi>=0:net/rubygem-rbvmomi \
|
|
rubygem-treetop>=0:devel/rubygem-treetop \
|
|
rubygem-xmlrpc>=0:net/rubygem-xmlrpc
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|