pkgsrc/devel/ruby-rspec-its/Makefile
taca 33565d8822 Add ruby-rspec-its package version 1.2.0.
RSpec::Its provides the `its` method as a short-hand to specify the expected
value of an attribute.
2017-06-10 16:21:53 +00:00

15 lines
487 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/06/10 16:21:53 taca Exp $
DISTNAME= rspec-its-1.2.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"