mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
21 lines
440 B
Makefile
21 lines
440 B
Makefile
PORTNAME= ovirt-engine-sdk
|
|
PORTVERSION= 4.6.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby SDK for the oVirt Engine API
|
|
WWW= https://ovirt.org/ \
|
|
https://github.com/oVirt/ovirt-engine-sdk-ruby
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|