summaryrefslogtreecommitdiff
path: root/sysutils/rubygem-vagrant_cloud/Makefile
blob: 2bb004b5f9b14ddffa3cf360022e9b20e60dd635 (plain)
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.1.3
CATEGORIES=	sysutils rubygems devel
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby library for the HashiCorp Vagrant Cloud API
WWW=		https://developer.hashicorp.com/vagrant/vagrant-cloud/api/v2 \
		https://github.com/hashicorp/vagrant_cloud

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-excon>=1.0<2:devel/rubygem-excon \
		rubygem-log4r>=1.1<2:sysutils/rubygem-log4r \
		rubygem-oauth2>2.0<3:net/rubygem-oauth2 \
		rubygem-rexml>=3.3<4:textproc/rubygem-rexml

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>