1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add LICENSE

- Support STAGEDIR
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-10-26 16:25:23 +00:00
parent 0e200eb077
commit 6cebe5e367
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331717

View File

@ -9,6 +9,8 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Tool for managing a fleet of machines in the cloud
LICENSE= MIT
RUN_DEPENDS= rubygem-fog>=0:${PORTSDIR}/devel/rubygem-fog \
rubygem-minitar>=0:${PORTSDIR}/archivers/rubygem-minitar \
rubygem-thor>=0:${PORTSDIR}/devel/rubygem-thor
@ -19,5 +21,4 @@ RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/blimpy
NO_STAGE= yes
.include <bsd.port.mk>