summaryrefslogtreecommitdiff
path: root/devel/rubygem-aliyun-sdk-gitlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-aliyun-sdk-gitlab/Makefile')
-rw-r--r--devel/rubygem-aliyun-sdk-gitlab/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/rubygem-aliyun-sdk-gitlab/Makefile b/devel/rubygem-aliyun-sdk-gitlab/Makefile
new file mode 100644
index 000000000000..4931f107323a
--- /dev/null
+++ b/devel/rubygem-aliyun-sdk-gitlab/Makefile
@@ -0,0 +1,18 @@
+PORTNAME= aliyun-sdk
+PORTVERSION= 0.8.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Ruby program to facilitate accessing Aliyun Object Storage Service
+WWW= https://github.com/aliyun/aliyun-oss-ruby-sdk
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-nokogiri>=1.6<2:textproc/rubygem-nokogiri \
+ rubygem-rest-client-gitlab>=2.0<3:www/rubygem-rest-client-gitlab
+
+USES= gem
+
+.include <bsd.port.mk>