summaryrefslogtreecommitdiff
path: root/meta-pkgs/ruby-shoulda/Makefile
blob: 6f9e3c8015b9283926edb59750b09c513a2923f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.11 2021/08/22 14:49:05 taca Exp $

DISTNAME=	shoulda-4.0.0
PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME}
PKGREVISION=	1
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>=2.0<3:../../devel/ruby-shoulda-context
DEPENDS+=	${RUBY_PKGPREFIX}-shoulda-matchers>=4.0:../../devel/ruby-shoulda-matchers

USE_LANGUAGES=	# none

GEMSPEC_OVERRIDE+=	shoulda-matchers>=4.0

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"