mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
26 lines
587 B
Makefile
26 lines
587 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fog
|
|
PORTVERSION= 1.22.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby cloud services library
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-fog-brightbox>=0:${PORTSDIR}/devel/rubygem-fog-brightbox \
|
|
rubygem-fog-core>=1.21.1:${PORTSDIR}/devel/rubygem-fog-core \
|
|
rubygem-fog-json>=0:${PORTSDIR}/devel/rubygem-fog-json \
|
|
rubygem-nokogiri>=1.5:${PORTSDIR}/textproc/rubygem-nokogiri
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/fog
|
|
|
|
.include <bsd.port.mk>
|