mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
23 lines
509 B
Makefile
23 lines
509 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= blimpy
|
|
PORTVERSION= 0.6.7
|
|
CATEGORIES= net-mgmt rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Tool for managing a fleet of machines in the cloud
|
|
|
|
RUN_DEPENDS= rubygem-fog>=0:${PORTSDIR}/devel/rubygem-fog \
|
|
rubygem-minitar>=0:${PORTSDIR}/archivers/rubygem-minitar \
|
|
rubygem-thor>=0:${PORTSDIR}/devel/rubygem-thor
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/blimpy
|
|
|
|
.include <bsd.port.mk>
|