1f0c560c6e
3.23.0 (2021-12-28) Added * Integer.try_convert (Ruby 3.1) * Symbol.end_with? (Ruby 2.7) [#171] 3.22.1 (2021-12-27) Added * Ruby 3.1 backports: Array * intersect? Class * descendants * subclasses Enumerable * compact * tally (with hash argument) File * dirname (with depth argument) MatchData * match * match_length Struct * keyword_init?
14 lines
344 B
Makefile
14 lines
344 B
Makefile
# $NetBSD: Makefile,v 1.22 2022/02/12 12:12:32 taca Exp $
|
|
|
|
DISTNAME= backports-3.23.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/marcandre/backports/
|
|
COMMENT= Backports of Ruby features for older ruby
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|