blob: ce19f2701600ab6843b22a64c3de59532fe283f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.2 2015/03/13 14:41:31 taca Exp $
#
DISTNAME= thread_safe-0.3.5
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"
|