aboutsummaryrefslogblamecommitdiff
path: root/net/rubygem-fog-aliyun/Makefile
blob: 05ef7551f05dac1b2d2fd11a8c4873ce10c29294 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                                                          

                          
                      








                                                                  
                                                                        
                                                            
                                                            

                                                                     
 
                   


                   

                      
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>

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>