SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
devel/ruby-thread_safe/Makefile
Normal file
21
devel/ruby-thread_safe/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
COMMENT= make thread safe programming in Ruby easier
|
||||
|
||||
DISTNAME= thread_safe-0.3.6
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://github.com/ruby-concurrency/thread_safe
|
||||
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
# Apache 2.0
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= gem
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
# tests fail with some problem in yard
|
||||
#MODRUBY_TEST= rake rspec
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Add table
Add a link
Reference in a new issue