0ab99ea8e2
ruby-test-unit. Power Assert for Ruby. Power Assert shows each value of variables and method calls in the expression. It is useful for testing, providing which value wasn't correct when the condition is not satisfied.
12 lines
309 B
Makefile
12 lines
309 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/02/01 16:23:22 taca Exp $
|
|
|
|
DISTNAME= power_assert-0.2.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/k-tsj/power_assert
|
|
COMMENT= Power Assert for Ruby
|
|
LICENSE= 2-clause-bsd
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|