Files
pkgsrc-ng/devel/ruby-rspec-expectations/Makefile
2016-01-21 23:40:00 +01:00

16 lines
489 B
Makefile

# $NetBSD: Makefile,v 1.16 2015/02/07 14:41:07 taca Exp $
DISTNAME= rspec-expectations-3.2.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://relishapp.com/rspec
COMMENT= Behaviour Driven Development framework for Ruby, expectations
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.2.0<3.3:../../devel/ruby-rspec-support
DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs<2:../../textproc/ruby-diff-lcs
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"