summaryrefslogtreecommitdiff
path: root/devel/ruby-rspec-expectations/Makefile
blob: a19138a30bf9712a7c7e8b07bb18c98f5e4c3b14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.4 2012/03/20 13:37:28 taca Exp $

DISTNAME=	rspec-expectations-2.9.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}-diff-lcs>=1.1.2<1.2:../../textproc/ruby-diff-lcs

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