* Fixed infinite recursive call for rspec check * fix strict mocks of BasicObject * minitest: do filter assertion backtraces * auto-mock #kind_of? as well as #class on strict mocks
15 lines
388 B
Makefile
15 lines
388 B
Makefile
# $NetBSD: Makefile,v 1.17 2015/12/12 14:26:38 taca Exp $
|
|
|
|
DISTNAME= flexmock-2.0.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/doudou/flexmock
|
|
COMMENT= Flexible mock object library for Ruby unit testing
|
|
LICENSE= isc
|
|
|
|
pre-configure:
|
|
find ${WRKSRC}/doc -type f -exec chmod -x {} \;
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|