pkgsrc/misc/ruby-bundler/Makefile
taca f24690f6eb Update ruby-bundler to 1.10.6.
## 1.10.6 (2015-07-22)

Workarounds:

  - only warn on invalid gemspecs (@indirect)

Bugfixes:

  - fix installing dependencies in the correct order (#3799, @pducks32)
  - fix sorting of mixed DependencyLists (#3762, @tony-spataro-rs)
  - fix `install_if` conditionals when using the block form (@danieltdt)
2015-09-13 14:41:15 +00:00

14 lines
337 B
Makefile

# $NetBSD: Makefile,v 1.23 2015/09/13 14:41:15 taca Exp $
DISTNAME= bundler-1.10.6
CATEGORIES= misc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gembundler.com/
COMMENT= Manage your application's dependencies
LICENSE= mit
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"