freebsd-ports/net/rubygem-fog-storm_on_demand/Makefile

22 lines
449 B
Makefile
Raw Normal View History

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
WWW= https://github.com/fog/fog-storm_on_demand
LICENSE= MIT
2015-10-16 15:16:13 +02:00
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
2019-10-20 19:20:22 +02:00
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>