blob: 6cbe1b06d63ad6f9e7005b112e1625479a5b6e8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $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"
|