blob: bf7fd5eb2b41c255c07c9ca1d3f5fb633d585e28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= ovirt-engine-sdk
PORTVERSION= 4.4.1
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<3:devel/rubygem-json
USES= gem gnome
USE_GNOME= libxml2
USE_RUBY= yes
.include <bsd.port.mk>
|