aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-qiniu/Makefile
blob: e76c8f440c34b43e17f99abf11d12b6593cc0efd (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: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	qiniu
PORTVERSION=	6.9.1
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Qiniu Resource (Cloud) Storage SDK for Ruby

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-mime-types>=3.1<4:misc/rubygem-mime-types \
		rubygem-rest-client>=2.0<3:www/rubygem-rest-client \
		rubygem-rexml>=3.2<4:textproc/rubygem-rexml

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>