24 lines
574 B
Makefile
24 lines
574 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fog-aliyun
|
|
PORTVERSION= 0.1.0
|
|
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-fog-core>=1.27:devel/rubygem-fog-core \
|
|
rubygem-fog-json>=1.0:devel/rubygem-fog-json \
|
|
rubygem-ipaddress>=0.8:net/rubygem-ipaddress \
|
|
rubygem-xml-simple>=1.1:textproc/rubygem-xml-simple
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|