bf3dd2a40a
1.1.1 2017/10/25 * Support :if * Suppress "shadowing outer local variable" warning * Support :unless * Adjust indent * Add notes for known limitations (#21) * simplecov should be required at first * Remove trailing spaces * Respect tab stops * support `test-bundled-gems` task on ruby core repository.
12 lines
310 B
Makefile
12 lines
310 B
Makefile
# $NetBSD: Makefile,v 1.16 2018/03/14 14:14:12 taca Exp $
|
|
|
|
DISTNAME= power_assert-1.1.1
|
|
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"
|