22 lines
513 B
Makefile
22 lines
513 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= opennebula
|
|
PORTVERSION= 4.10.2
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Libraries needed to talk to OpenNebula
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= rubygem-json>=0:${PORTSDIR}/devel/rubygem-json \
|
|
rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri \
|
|
rubygem-rbvmomi>=0:${PORTSDIR}/net/rubygem-rbvmomi
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|