openbsd-ports/devel/ruby-sync/Makefile
2022-03-11 18:49:30 +00:00

19 lines
248 B
Makefile

COMMENT = two-phase lock with a counter
DISTNAME = sync-0.5.0
CATEGORIES = devel
HOMEPAGE = https://github.com/ruby/sync
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
MODRUBY_TEST = rake
.include <bsd.port.mk>