1759b141fb
Update ruby-rspec-support to 3.9.2. ### 3.9.2 / 2019-12-30 [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.9.1...v3.9.2) Bug Fixes: * Remove unneeded eval. (Matijs van Zuijlen, #394) ### 3.9.1 / 2019-12-28 Bug Fixes: * Remove warning caused by keyword arguments on Ruby 2.7.0. (Jon Rowe, #392)
14 lines
338 B
Makefile
14 lines
338 B
Makefile
# $NetBSD: Makefile,v 1.11 2020/01/16 15:43:46 taca Exp $
|
|
|
|
DISTNAME= rspec-support-3.9.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/rspec/rspec-support/
|
|
COMMENT= Support utilities for RSpec gems
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|