blob: 7cdedf055490eac133ecc2b116a38ec31555fc16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-fog>=0:devel/rubygem-fog \
rubygem-minitar>=0:archivers/rubygem-minitar \
rubygem-thor>=0:devel/rubygem-thor
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/blimpy
.include <bsd.port.mk>
|