View | Details | Raw Unified | Return to bug 188479
Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 12-24 Link Here
12
MAINTAINER=	wen@FreeBSD.org
12
MAINTAINER=	wen@FreeBSD.org
13
COMMENT=	Encoder, Decoder, and Lint/Validator for JSON
13
COMMENT=	Encoder, Decoder, and Lint/Validator for JSON
14
14
15
LICENSE=	LGPL3
16
15
USE_PYTHON=	yes
17
USE_PYTHON=	yes
16
USE_PYDISTUTILS=	yes
18
USE_PYDISTUTILS=	yes
17
19
18
NO_STAGE=	yes
19
.include <bsd.port.pre.mk>
20
.include <bsd.port.pre.mk>
20
21
21
post-install:
22
post-install:
22
	${INSTALL_SCRIPT} ${WRKSRC}/jsonlint ${PREFIX}/bin
23
	${INSTALL_SCRIPT} ${WRKSRC}/jsonlint ${STAGEDIR}${PREFIX}/bin
23
24
24
.include <bsd.port.post.mk>
25
.include <bsd.port.post.mk>
(-)pkg-descr (-1 / +1 lines)
Lines 9-12 Link Here
9
it's 'undefined' type. It also includes a lint-like JSON syntax
9
it's 'undefined' type. It also includes a lint-like JSON syntax
10
validator which tests JSON text for strict compliance to the standard.
10
validator which tests JSON text for strict compliance to the standard.
11
11
12
WWW:	http://deron.meranda.us/python/demjson/
12
WWW: http://deron.meranda.us/python/demjson/

Return to bug 188479