19 lines
428 B
Makefile
19 lines
428 B
Makefile
# 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>
|