freebsd-ports/net/rubygem-fog-storm_on_demand/Makefile
Sunpoet Po-Chuan Hsieh 7987d17b02 Cosmetic change
2019-10-20 17:20:22 +00:00

23 lines
472 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fog-storm_on_demand
PORTVERSION= 0.1.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Module for the 'fog' gem to support StormOnDemand
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-fog-core>=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>