# $OpenBSD$

COMMENT =		thread-safe collections and utilities for Ruby

VERSION =		0.1.3
DISTNAME =		thread_safe-${VERSION}
CATEGORIES =		devel

HOMEPAGE =		https://github.com/headius/thread_safe

MAINTAINER =		Roman Kravchuk <kravchuk.kp@gmail.com>

# Apache2
PERMIT_PACKAGE_CDROM =	Yes

MODULES =		lang/ruby

BUILD_DEPENDS =		${RUN_DEPENDS}
RUN_DEPENDS =		devel/ruby-atomic,${MODRUBY_FLAVOR}>=1.1.7,<2

CONFIGURE_STYLE =	ruby gem

MODRUBY_TEST =		rake

TEST_DEPENDS =		devel/ruby-bundler,${MODRUBY_FLAVOR}

.include <bsd.port.mk>
