2fadcbc2f9
## 1.3.5 (3 April 2013) Features: - progress indicator while resolver is running (@chief) Bugfixes: - update local overrides with orphaned revisions (@jamesferguson) - revert to working quoting of RUBYOPT on Windows (@ogra) - use basic auth even when SSL is not available (@jayniz) - installing git gems without dependencies in deployment now works
14 lines
340 B
Makefile
14 lines
340 B
Makefile
# $NetBSD: Makefile,v 1.17 2013/09/15 14:08:38 taca Exp $
|
|
|
|
DISTNAME= bundler-1.3.5
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://gembundler.com/
|
|
COMMENT= Manage your application's dependencies
|
|
LICENSE= mit
|
|
|
|
CONFLICTS+= ruby[1-9][0-9]-bundler-[0-9]*
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|