21 lines
315 B
Makefile
21 lines
315 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2021/01/16 04:27:07 gkoehler Exp $
|
|
|
|
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>
|