feda1ff2f0
* Convert RSpec tests to Minitest * Appraisal::File is now Appraisal::AppraisalFile * Switch to last released version for Rails 4.2.
18 lines
563 B
Makefile
18 lines
563 B
Makefile
# $NetBSD: Makefile,v 1.9 2018/09/23 15:18:53 taca Exp $
|
|
|
|
DISTNAME= shoulda-3.6.0
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel meta-pkgs ruby
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/thoughtbot/shoulda
|
|
COMMENT= Making tests easy on the fingers and eyes
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-shoulda-context>=1.0.1:../../devel/ruby-shoulda-context
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-shoulda-matchers>=3.0<4:../../devel/ruby-shoulda-matchers
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|