mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
fec36fa8f6
Changes: https://github.com/fog/fog-aliyun/releases https://github.com/fog/fog-aliyun/blob/master/CHANGELOG.md
27 lines
634 B
Makefile
27 lines
634 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fog-aliyun
|
|
PORTVERSION= 0.3.19
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Module for the 'fog' gem to support aliyun OSS/ECS
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-aliyun-sdk>=0.8.0<0.9:devel/rubygem-aliyun-sdk \
|
|
rubygem-fog-core>=0:devel/rubygem-fog-core \
|
|
rubygem-fog-json>=0:devel/rubygem-fog-json \
|
|
rubygem-ipaddress>=0.8<1:net/rubygem-ipaddress \
|
|
rubygem-xml-simple>=1.1<2:textproc/rubygem-xml-simple
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|