freebsd-ports/net/rubygem-fog-openstack02/Makefile
Matthias Fechner 0def556210 net/rubygem-for-openstack02 update to 0.2.4.
Reported by:	PORTSCOUT
Approved by:	mentors (implicit)
2018-09-17 11:39:16 +00:00

27 lines
578 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fog-openstack
PORTVERSION= 0.2.4
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 02
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Module for the 'fog' gem to support OpenStack clouds
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-fog-core1>=1.45.0:devel/rubygem-fog-core1 \
rubygem-fog-json102>=1.0:devel/rubygem-fog-json102 \
rubygem-ipaddress>=0.8:net/rubygem-ipaddress
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^0\.2\.
.include <bsd.port.mk>