aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-gitlab-fog-google/Makefile
blob: eaf0cecadfeda1cf3970ac4aa6746137d34e7bb7 (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
24
25
26
# Created by: Matthias Fechner <mfechner@FreeBSD.org>

PORTNAME=	gitlab-fog-google
PORTVERSION=	1.13.0
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Module for the 'fog' gem to support Google Cloud

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.md

RUN_DEPENDS=	rubygem-addressable>=2.7.0:www/rubygem-addressable \
		rubygem-fog-core210>=2.1.0<2.1.1:devel/rubygem-fog-core210 \
		rubygem-fog-json>=1.2<2:devel/rubygem-fog-json \
		rubygem-fog-xml>=0.1.0<0.2:textproc/rubygem-fog-xml \
		rubygem-google-api-client>=0.44.2:devel/rubygem-google-api-client \
		rubygem-google-cloud-env>=1.2<2:net/rubygem-google-cloud-env

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>