16 lines
278 B
Makefile
16 lines
278 B
Makefile
|
COMMENT = chooses from multiple available json implementations
|
||
|
|
||
|
DISTNAME = multi_json-1.15.0
|
||
|
CATEGORIES = converters
|
||
|
|
||
|
HOMEPAGE = https://github.com/intridea/multi_json
|
||
|
|
||
|
# MIT License
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = lang/ruby
|
||
|
|
||
|
CONFIGURE_STYLE = ruby gem
|
||
|
|
||
|
.include <bsd.port.mk>
|