blob: 38576683489ece06c6a9ec6d78ddaee97f095a57 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= vagrant_cloud
PORTVERSION= 3.0.5
CATEGORIES= sysutils rubygems devel
MASTER_SITES= RG
MAINTAINER= cmt@FreeBSD.org
COMMENT= Vagrant Cloud API wrapper for Ruby
WWW= https://www.vagrantup.com/docs/cli/cloud.html
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= rubygem-rest-client>=2.0.2:www/rubygem-rest-client
RUN_DEPENDS= rubygem-excon>=0.73<1.0:devel/rubygem-excon \
rubygem-log4r>=1.1.10<1.2:sysutils/rubygem-log4r \
rubygem-rexml>=3.2.5:textproc/rubygem-rexml
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|