aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-fog-azure/Makefile
blob: 0e2b6ade20bde9636d859a6d49ac0a461acf40b5 (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=	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
WWW=		https://github.com/fog/fog-azure

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

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

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>