This is a implementation of the JSON specification according to RFC 4627. You can think of it as a low fat alternative to XML, if you want to store data to disk or transmit it over a network rather than use a verbose markup language. ok jeremy@
21 lines
378 B
Makefile
21 lines
378 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/02/03 16:45:57 jasper Exp $
|
|
|
|
COMMENT= JSON implementation for Ruby
|
|
|
|
DISTNAME= json_pure-1.7.6
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://flori.github.com/json/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
.include <bsd.port.mk>
|