blob: 0fb8cc546d50bae3a0be9eb8d2eeb0a7c82ce8a5 (
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
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= azure-storage-file
PORTVERSION= 1.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Microsoft Azure Storage File Client Library for Ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-azure-core>=0.1.13<0.2:net/rubygem-azure-core \
rubygem-azure-storage-common>=1.0<2:devel/rubygem-azure-storage-common \
rubygem-nokogiri>=1.6.8<2:textproc/rubygem-nokogiri
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|