freebsd-ports/net-mgmt/rubygem-blimpy/Makefile
Sunpoet Po-Chuan Hsieh 151b43a041 Cosmetic change
2020-08-23 19:47:30 +00:00

26 lines
503 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
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
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/blimpy
.include <bsd.port.mk>