ec0117654f
Update ruby-minitest to 5.14.2. === 5.14.2 / 2020-08-31 * 1 bug fix: * Bumped ruby version to include 3.0 (trunk).
14 lines
345 B
Makefile
14 lines
345 B
Makefile
# $NetBSD: Makefile,v 1.22 2020/09/13 15:53:32 taca Exp $
|
|
|
|
DISTNAME= minitest-5.14.2
|
|
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"
|