27 lines
578 B
Makefile
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>
|