Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk Notable changes are. - Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk. - USE_RUBY=yes is replaced with USES=ruby. - USE_RUBY_EXTCONF is replaced with USES=ruby:extconf. - USE_RUBY_RDOC is replaced with USES=ruby:rdoc. - USE_RUBY_SETUP is replaces with USES=ruby:setup. - RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with USES=ruby:{build,none,run}. - RUBY_REQUIRE isn't used anywhere, so removed. - USES=gem now implies USES=ruby. This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863 I have just made some cosmetic changes and ran exp-run to test that the tree is not in a BROKEN state. Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D37925
30 lines
889 B
Makefile
30 lines
889 B
Makefile
PORTNAME= bosh-gen
|
|
PORTVERSION= 0.101.2
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Generators for creating BOSH releases
|
|
WWW= https://github.com/cloudfoundry-community/bosh-gen
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activesupport4>=4.0<5.0:devel/rubygem-activesupport4 \
|
|
rubygem-cyoi>=0.10<1:devel/rubygem-cyoi \
|
|
rubygem-fog>=1.11:devel/rubygem-fog \
|
|
rubygem-fog-aws>=0:net/rubygem-fog-aws \
|
|
rubygem-mime-types>=0:misc/rubygem-mime-types \
|
|
rubygem-progressbar>=0:devel/rubygem-progressbar \
|
|
rubygem-readwritesettings>=3.0<4:devel/rubygem-readwritesettings \
|
|
rubygem-thor>=0:devel/rubygem-thor
|
|
|
|
USES= gem shebangfix
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/bosh-gen
|
|
|
|
SHEBANG_FILES= lib/bosh/gen/generators/new_release_generator/templates/manifests/operators/pick-from-cloud-config.sh.tt
|
|
|
|
.include <bsd.port.mk>
|