mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
32ab54ff2a
ok jeremy@
20 lines
293 B
Makefile
20 lines
293 B
Makefile
|
|
COMMENT = fast JSON parser and serializer
|
|
|
|
DISTNAME = oj-3.16.10
|
|
|
|
CATEGORIES = converters
|
|
|
|
HOMEPAGE = https://github.com/ohler55/oj
|
|
|
|
MAINTAINER = Kurt Mosiejczuk <kmos@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
.include <bsd.port.mk>
|