d184b90210
2.0.0 (2021-01-23) No release note nor changelog, quote from commit log: * Drip support for Ruby 2.4 and before. * Add ruby 3.0 to GitHub Actions workflow. * Update description.
14 lines
332 B
Makefile
14 lines
332 B
Makefile
# $NetBSD: Makefile,v 1.22 2021/01/26 15:20:59 taca Exp $
|
|
|
|
DISTNAME= power_assert-2.0.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/ruby/power_assert
|
|
COMMENT= Power Assert for Ruby
|
|
LICENSE= 2-clause-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|