cb3b1c77de
## Release v1.1.5, edge v0.5.0 (10 mar 2019) concurrent-ruby: * fix potential leak of context on JRuby and Java 7 concurrent-ruby-edge: * Add finalized Concurrent::Cancellation * Add finalized Concurrent::Throttle * Add finalized Concurrent::Promises::Channel * Add new Concurrent::ErlangActor
14 lines
334 B
Makefile
14 lines
334 B
Makefile
# $NetBSD: Makefile,v 1.3 2019/05/06 05:21:46 taca Exp $
|
|
|
|
DISTNAME= concurrent-ruby-1.1.5
|
|
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"
|