6848b973c5
Fog::Radosgw is a fog backend for provisioning Ceph Radosgw - the Swift and S3 compatible REST API for Ceph. Currently, the gem only supports the S3 API, not Swift. WWW: https://github.com/fog/fog-radosgw RG: https://rubygems.org/gems/fog-radosgw
22 lines
539 B
Makefile
22 lines
539 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fog-radosgw
|
|
PORTVERSION= 0.0.3
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Fog backend for provisioning users on Ceph Radosgw
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-fog-core>=1.21.0:${PORTSDIR}/devel/rubygem-fog-core \
|
|
rubygem-fog-json>=0:${PORTSDIR}/devel/rubygem-fog-json \
|
|
rubygem-fog-xml>=0.0.1:${PORTSDIR}/textproc/rubygem-fog-xml
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|