pkgsrc/devel/ruby-test-unit/Makefile
taca 4f6bc42e2a devel/ruby-test-unit: update to 3.3.2
## 3.3.2 - 2019-04-11 {#version-3-3-2}

### Fixes

  * Fixed a bug that `Test::Unit::Collector::Load` doesn't load test
    files under sub directories when these files have the same base
    name as test files in upper directories.
    [Reported by Kenta Murata]

### Thanks

  * Kenta Murata
2019-05-06 05:37:01 +00:00

14 lines
341 B
Makefile

# $NetBSD: Makefile,v 1.35 2019/05/06 05:37:01 taca Exp $
DISTNAME= test-unit-3.3.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/test-unit/test-unit/
COMMENT= Improved version of Test::Unit
LICENSE= ruby-license
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"