pkgsrc/devel/ruby-rspec-expectations/Makefile
taca 79d6c8c485 devel/ruby-rspec-expectations: update to 3.7.0
### 3.7.0 / 2017-10-17
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.6.0...v3.7.0)

Enhancements:

* Improve compatibility with `--enable-frozen-string-literal` option
  on Ruby 2.3+. (Pat Allan, #997)
2018-03-14 14:19:55 +00:00

15 lines
490 B
Makefile

# $NetBSD: Makefile,v 1.24 2018/03/14 14:19:55 taca Exp $
DISTNAME= rspec-expectations-3.7.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://relishapp.com/rspec
COMMENT= Behaviour Driven Development framework for Ruby, expectations
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.7.0<3.8:../../devel/ruby-rspec-support
DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs<2:../../textproc/ruby-diff-lcs
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"