1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/net/rubygem-fog-cloudatcost/Makefile
Sunpoet Po-Chuan Hsieh 90eae3eac4 Change RUN_DEPENDS from rubygem-fog-core to rubygem-fog-core1
- Bump PORTREVISION for package change
2018-01-28 14:08:07 +00:00

26 lines
584 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fog-cloudatcost
PORTVERSION= 0.2.3
PORTREVISION= 2
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Module for the 'fog' gem to support CloudAtCost
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-fog-core1>=1.41:devel/rubygem-fog-core1 \
rubygem-fog-json>=1.0:devel/rubygem-fog-json \
rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml \
rubygem-ipaddress>=0.8:net/rubygem-ipaddress
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>