1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Add LICENSE

- Sort RUN_DEPENDS
- Add NO_ARCH
- Update WWW
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-06-13 13:54:37 +00:00
parent dee719e9b2
commit 2db21b8f36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389399
2 changed files with 8 additions and 5 deletions

View File

@ -8,19 +8,22 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Generators for creating BOSH releases
RUN_DEPENDS= rubygem-thor>=0:${PORTSDIR}/devel/rubygem-thor \
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport4>=4.0:${PORTSDIR}/devel/rubygem-activesupport4 \
rubygem-bosh_cli>=0:${PORTSDIR}/sysutils/rubygem-bosh_cli \
rubygem-bosh-template>=0:${PORTSDIR}/devel/rubygem-bosh-template \
rubygem-progressbar>=0:${PORTSDIR}/devel/rubygem-progressbar \
rubygem-cyoi>=0.10:${PORTSDIR}/devel/rubygem-cyoi \
rubygem-fog>=1.11:${PORTSDIR}/devel/rubygem-fog \
rubygem-fog-aws>=0.1.1:${PORTSDIR}/net/rubygem-fog-aws \
rubygem-progressbar>=0:${PORTSDIR}/devel/rubygem-progressbar \
rubygem-readwritesettings>=3.0:${PORTSDIR}/devel/rubygem-readwritesettings \
rubygem-activesupport4>=4.0:${PORTSDIR}/devel/rubygem-activesupport4
rubygem-thor>=0:${PORTSDIR}/devel/rubygem-thor
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/bosh-gen

View File

@ -1,3 +1,3 @@
Generators for creating BOSH releases
WWW: https://github.com/drnic/bosh-gen
WWW: https://github.com/cloudfoundry-community/bosh-gen