91758583fe
* fix interaction between based partials, signature matching and 'explicitly'
15 lines
389 B
Makefile
15 lines
389 B
Makefile
# $NetBSD: Makefile,v 1.24 2018/02/28 16:46:02 taca Exp $
|
|
|
|
DISTNAME= flexmock-2.3.6
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/doudou/flexmock
|
|
COMMENT= Flexible mock object library for Ruby unit testing
|
|
LICENSE= mit
|
|
|
|
pre-configure:
|
|
find ${WRKSRC}/doc -type f -exec chmod a-x {} \;
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|