summaryrefslogtreecommitdiff
path: root/devel/ruby-rspec-expectations/Makefile
blob: 563d531fa3ac05da20ee104c21320cfac5f26e44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.6 2012/06/02 00:45:07 taca Exp $

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

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