freebsd-ports/net/rubygem-ovirt-engine-sdk/Makefile

22 lines
440 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= ovirt-engine-sdk
PORTVERSION= 4.3.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby SDK for the oVirt Engine API
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libcurl.so:ftp/curl
RUN_DEPENDS= rubygem-json>=1:devel/rubygem-json
USES= gem gnome
USE_GNOME= libxml2
USE_RUBY= yes
.include <bsd.port.mk>