freebsd-ports/net-mgmt/rubygem-blimpy/Makefile

25 lines
482 B
Makefile
Raw Normal View History

PORTNAME= blimpy
2013-06-02 03:34:47 +02:00
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
WWW= https://github.com/rtyler/blimpy
2013-10-26 18:25:23 +02:00
LICENSE= MIT
2015-10-27 16:53:02 +01:00
LICENSE_FILE= ${WRKSRC}/LICENSE
2013-10-26 18:25:23 +02:00
RUN_DEPENDS= rubygem-fog>=0:devel/rubygem-fog \
rubygem-minitar>=0:archivers/rubygem-minitar \
rubygem-thor>=0:devel/rubygem-thor
USES= gem
2020-08-23 21:47:30 +02:00
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/blimpy
.include <bsd.port.mk>