3bd1416a51
3.20.2 (2021-01-27) * Fix a typo * Namespace explicitly, but not Ractor * Don't stop at ractor tests * Tweak Ractor#inspect * Ractor: implementation under Backports namespace * Tweak for 2.2- * Move filtered_queue * Add magic constant * Move backports dependencies out of `ractor/`; use RubyNext if need be
14 lines
344 B
Makefile
14 lines
344 B
Makefile
# $NetBSD: Makefile,v 1.20 2021/02/05 16:04:51 taca Exp $
|
|
|
|
DISTNAME= backports-3.20.2
|
|
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"
|