aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-fog-azure/Makefile
blob: b13124c9c0c2e61573a77c80d228a1fc713cd6f9 (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
# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>

PORTNAME=	fog-azure
PORTVERSION=	0.0.2
PORTREVISION=	2
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Module for the 'fog' gem to support Microsoft Azure

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

RUN_DEPENDS=	rubygem-azure>=0.6:net/rubygem-azure \
		rubygem-fog-core1>=1.27:devel/rubygem-fog-core1 \
		rubygem-fog-json>=1.0:devel/rubygem-fog-json \
		rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>