ports/devel/ruby-sync/Makefile

19 lines
248 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>