19 lines
356 B
Makefile
19 lines
356 B
Makefile
# $OpenBSD: Makefile,v 1.3 2013/03/11 01:30:28 espie Exp $
|
|
|
|
COMMENT = chooses from multiple available json implementations
|
|
|
|
DISTNAME = multi_json-1.0.3
|
|
REVISION = 0
|
|
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>
|