aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-vagrant_cloud/Makefile
blob: b00decfbf280b11f8220861ef65cffc0ee060353 (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.2
PORTREVISION=	1
CATEGORIES=	sysutils rubygems devel
MASTER_SITES=	RG

MAINTAINER=	cmt@FreeBSD.org
COMMENT=	Vagrant Cloud API wrapper for Ruby

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

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>