freebsd-ports/net/rubygem-fog-brightbox/Makefile
2019-03-24 14:32:38 +00:00

24 lines
529 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fog-brightbox
PORTVERSION= 1.0.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Module for the 'fog' gem to support Brightbox Cloud
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-dry-inflector>=0:devel/rubygem-dry-inflector \
rubygem-fog-core>=1.45:devel/rubygem-fog-core \
rubygem-fog-json>=0:devel/rubygem-fog-json
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>