20 lines
293 B
Makefile
20 lines
293 B
Makefile
|
|
||
|
COMMENT = fast JSON parser and serializer
|
||
|
|
||
|
DISTNAME = oj-3.13.23
|
||
|
|
||
|
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>
|