1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/net/rubygem-fog-brightbox/Makefile

24 lines
521 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= fog-brightbox
PORTVERSION= 1.4.1
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<3.0:devel/rubygem-fog-core \
rubygem-fog-json>=0:devel/rubygem-fog-json
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>