pkgsrc/misc/ruby-thread_safe/Makefile
obache f2246ffb38 Import ruby-thread_safe-0.1.3 as misc/ruby-thread_safe.
part of PR pkg/48447

Threadsafe is a collection of thread-safe versions of common core
Ruby classes.
2014-01-17 13:00:00 +00:00

17 lines
416 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/01/17 13:00:00 obache Exp $
#
DISTNAME= thread_safe-0.1.3
CATEGORIES= misc
MAINTAINER= tsutsui@NetBSD.org
HOMEPAGE= https://github.com/headius/thread_safe
COMMENT= Thread-safe collections and utilities for Ruby
LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-atomic>=0:../../devel/ruby-atomic
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"