bd64196ae5
Changes: https://github.com/abenari/rbovirt/releases https://github.com/abenari/rbovirt/commits/master
22 lines
444 B
Makefile
22 lines
444 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rbovirt
|
|
PORTVERSION= 0.1.7
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby client for oVirt REST API
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-nokogiri>=0:textproc/rubygem-nokogiri \
|
|
rubygem-rest-client>=1.7.0:www/rubygem-rest-client
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|