3041eb0c79
0.7.0 - 2021-04-05 Changed * Change gemspec to remove test and rake files to reduce gem size * Change to remove bundler as a dev dependency and relax rspec upper constraint * Change to require Ruby 2.0 or higher
14 lines
352 B
Makefile
14 lines
352 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/05/04 13:37:18 taca Exp $
|
|
|
|
DISTNAME= equatable-0.7.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/piotrmurach/equatable
|
|
COMMENT= Extends equality comparison and inspection methods
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|