pkgsrc/misc/ruby-thread_safe/Makefile
tsutsui 75ce29cf57 Remove ruby-atomic dependency.
It should have been removed on 0.3.5 update.
Also update HOMEPAGE per https://rubygems.org/gems/thread_safe info.

Bump PKGREVISION.
2017-12-09 22:01:27 +00:00

16 lines
378 B
Makefile

# $NetBSD: Makefile,v 1.4 2017/12/09 22:01:27 tsutsui Exp $
#
DISTNAME= thread_safe-0.3.6
PKGREVISION= 1
CATEGORIES= misc
MAINTAINER= tsutsui@NetBSD.org
HOMEPAGE= https://github.com/ruby-concurrency/thread_safe
COMMENT= Thread-safe collections and utilities for Ruby
LICENSE= apache-2.0
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"