mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Install jsonlint utility
PR: ports/159023 Submitted by: lwhsu Approved by: wen (maintainer)
This commit is contained in:
parent
e35f6b3ffb
commit
8e35d01c74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278164
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= demjson
|
||||
PORTVERSION= 1.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP \
|
||||
http://deron.meranda.us/python/demjson/dist/
|
||||
@ -18,4 +19,9 @@ COMMENT= Encoder, Decoder, and Lint/Validator for JSON
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/jsonlint ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/jsonlint
|
||||
%%PYTHON_SITELIBDIR%%/demjson.py
|
||||
%%PYTHON_SITELIBDIR%%/demjson.pyo
|
||||
%%PYTHON_SITELIBDIR%%/demjson.pyc
|
||||
|
Loading…
Reference in New Issue
Block a user