19 lines
248 B
Makefile
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>
|