6d4fbe1dda
### 1.3.0 / 2019-04-09 [full changelog](http://github.com/rspec/rspec-its/compare/v1.2.0...v1.3.0) Enhancements: * Introduced `will` and `will_not` as to allow one line block expectations. (Russ Buchanan, #67)
15 lines
487 B
Makefile
15 lines
487 B
Makefile
# $NetBSD: Makefile,v 1.2 2019/05/06 05:32:55 taca Exp $
|
|
|
|
DISTNAME= rspec-its-1.3.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/rspec/rspec-its
|
|
COMMENT= Provides "its" method formerly part of rspec-core
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.0.0:../../devel/ruby-rspec-core
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.0.0:../../devel/ruby-rspec-expectations
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|