d4282ef197
Release v1.1.8 (20 January 2021) * (#885) Fix race condition in TVar for stale reads * (#884) RubyThreadLocalVar: Do not iterate over hash which might conflict with new pair addition
14 lines
334 B
Makefile
14 lines
334 B
Makefile
# $NetBSD: Makefile,v 1.6 2021/01/26 14:53:05 taca Exp $
|
|
|
|
DISTNAME= concurrent-ruby-1.1.8
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.concurrent-ruby.com
|
|
COMMENT= Modern concurrency tools for Ruby
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # defined
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|