5f2032bd1e
5.14.4 / 2021-02-23 1 bug fix: * Fixed deprecation warning using stub with methods using keyword arguments. (Nakilon)
14 lines
345 B
Makefile
14 lines
345 B
Makefile
# $NetBSD: Makefile,v 1.24 2021/02/28 15:08:08 taca Exp $
|
|
|
|
DISTNAME= minitest-5.14.4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/seattlerb/minitest
|
|
COMMENT= Complete suite of testing facilities for Ruby
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|