aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-azure-storage-blob/Makefile
blob: 6a85f324e1bf6ecbdeeb13b4c9049264af275477 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	azure-storage-blob
PORTVERSION=	2.0.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Microsoft Azure Storage Blob Client Library for Ruby

LICENSE=	MIT

RUN_DEPENDS=	rubygem-azure-storage-common>=2.0<3:devel/rubygem-azure-storage-common \
		rubygem-nokogiri>=1.10.8<2:textproc/rubygem-nokogiri

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>