blob: aef1a7c5516cecdef233123de3abcb2b04b6238a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= aliyun-sdk
PORTVERSION= 0.8.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby program to facilitate accessing Aliyun Object Storage Service
LICENSE= MIT
RUN_DEPENDS= rubygem-nokogiri>=1.6<2:textproc/rubygem-nokogiri \
rubygem-rest-client>=2.0<3:www/rubygem-rest-client
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>
|