freebsd-ports/devel/rubygem-fog-core/Makefile
2014-07-17 15:02:29 +00:00

25 lines
723 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fog-core
PORTVERSION= 1.23.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Shared classes and tests for fog providers and services
LICENSE= MIT
RUN_DEPENDS= rubygem-builder>=0:${PORTSDIR}/devel/rubygem-builder \
rubygem-excon>=0.38:${PORTSDIR}/devel/rubygem-excon \
rubygem-formatador>=0.2:${PORTSDIR}/devel/rubygem-formatador \
rubygem-mime-types>=0:${PORTSDIR}/misc/rubygem-mime-types \
rubygem-net-scp>=1.1:${PORTSDIR}/security/rubygem-net-scp \
rubygem-net-ssh>=2.1.3:${PORTSDIR}/security/rubygem-net-ssh
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>