18 lines
345 B
Makefile
18 lines
345 B
Makefile
# $OpenBSD: Makefile,v 1.7 2016/01/10 17:35:11 jasper Exp $
|
|
|
|
COMMENT = chooses from multiple available json implementations
|
|
|
|
DISTNAME = multi_json-1.11.2
|
|
CATEGORIES = converters
|
|
|
|
HOMEPAGE = https://github.com/intridea/multi_json
|
|
|
|
# MIT License
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|