24 lines
509 B
Makefile
24 lines
509 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fog-cloudatcost
|
|
PORTVERSION= 0.4.0
|
|
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-core>=0:devel/rubygem-fog-core \
|
|
rubygem-fog-json>=0:devel/rubygem-fog-json \
|
|
rubygem-ipaddress>=0:net/rubygem-ipaddress
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|