pkgsrc/devel/ruby-concurrent-ruby/Makefile
taca fe5d5a3f8f devel/ruby-concurrent-ruby: downgrade to 1.1.10
Since ruby-concurrent-ruby11 dose not work well for providing
concurrent-rubyy 1.1.x gem for puppet, downgrade this package to 1.1.10.
2023-02-11 09:37:45 +00:00

14 lines
335 B
Makefile

# $NetBSD: Makefile,v 1.10 2023/02/11 09:37:45 taca Exp $
DISTNAME= concurrent-ruby-1.1.10
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.concurrent-ruby.com/
COMMENT= Modern concurrency tools for Ruby
LICENSE= mit
USE_LANGUAGES= # empty
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"