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