169d553eaa
1.0.2 (2017/05/04) * Remove test-unit-power_assert from a list of related projects * Remove unnecessary code * Check if the source file exists * Remove dead code * Avoid NameError that could occur due to changes in related libraries
12 lines
310 B
Makefile
12 lines
310 B
Makefile
# $NetBSD: Makefile,v 1.14 2017/06/04 16:06:01 taca Exp $
|
|
|
|
DISTNAME= power_assert-1.0.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"
|