Update ruby-shoulda-matchers to 3.1.3. pkgsrc change: Do not restrict to Rails to 4.2. # 3.1.3 ### Improvements * Update `BigDecimal.new()` to use `BigDecimal()` and avoid deprecation warnings in Ruby 2.6.
18 lines
460 B
Makefile
18 lines
460 B
Makefile
# $NetBSD: Makefile,v 1.13 2020/03/20 15:12:43 taca Exp $
|
|
|
|
DISTNAME= shoulda-matchers-3.1.3
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel ruby
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://thoughtbot.com/community/
|
|
COMMENT= Making tests easy on the fingers and eyes
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
|
|
|
|
USE_LANGUAGES= # none
|
|
RUBY_RAILS_ACCEPTED= # defined
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|