diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-10 23:06:47 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-10 23:06:47 +0000 |
commit | 9111ae9c262b29d754da4ee94896fd76a738b16b (patch) | |
tree | cb5988cc79beaeb97efa92a7981334e1d33d5d3c /sysutils | |
parent | ba6fcc6f2f9747be6dd34a0e04317a8d1f9980a6 (diff) | |
download | ports-9111ae9c262b29d754da4ee94896fd76a738b16b.tar.gz ports-9111ae9c262b29d754da4ee94896fd76a738b16b.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rubygem-bosh-gen/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/rubygem-bosh-gen/Makefile b/sysutils/rubygem-bosh-gen/Makefile index e0b0e2ebe1fd..659035f45c5e 100644 --- a/sysutils/rubygem-bosh-gen/Makefile +++ b/sysutils/rubygem-bosh-gen/Makefile @@ -2,6 +2,7 @@ PORTNAME= bosh-gen PORTVERSION= 0.19.0 +PORTREVISION= 1 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -9,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Generators for creating BOSH releases LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activesupport4>=4.0:${PORTSDIR}/devel/rubygem-activesupport4 \ rubygem-bosh_cli>=0:${PORTSDIR}/sysutils/rubygem-bosh_cli \ @@ -24,6 +26,9 @@ NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= lib/bosh/gen/generators/new_release_generator/templates/templates/make_manifest.tt \ + spec/fixtures/releases/s3test-boshrelease/templates/make_manifest PLIST_FILES= bin/bosh-gen |