diff options
author | wen <wen@FreeBSD.org> | 2014-04-12 21:57:57 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2014-04-12 21:57:57 +0800 |
commit | 39258688b37c6e930de96a4ca0286f48b620a839 (patch) | |
tree | aae08c939031e5428e8584a2d370a6f0d0e99277 | |
parent | f78eb3b0463f02afc921fba49aa8cb4393ba2b3f (diff) | |
download | freebsd-ports-graphics-39258688b37c6e930de96a4ca0286f48b620a839.tar.gz freebsd-ports-graphics-39258688b37c6e930de96a4ca0286f48b620a839.tar.zst freebsd-ports-graphics-39258688b37c6e930de96a4ca0286f48b620a839.zip |
- Stage support [1]
- Add LICENSE [1]
- Pet portlint [1]
- Pass maintainership to submitter
PR: 188479 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
-rw-r--r-- | devel/py-demjson/Makefile | 14 | ||||
-rw-r--r-- | devel/py-demjson/pkg-descr | 2 | ||||
-rw-r--r-- | devel/py-demjson/pkg-plist | 4 |
3 files changed, 9 insertions, 11 deletions
diff --git a/devel/py-demjson/Makefile b/devel/py-demjson/Makefile index abc1267016e..f875bdc2707 100644 --- a/devel/py-demjson/Makefile +++ b/devel/py-demjson/Makefile @@ -9,16 +9,18 @@ MASTER_SITES= CHEESESHOP \ http://deron.meranda.us/python/demjson/dist/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= wen@FreeBSD.org +MAINTAINER= ports@robakdesign.com COMMENT= Encoder, Decoder, and Lint/Validator for JSON -USE_PYTHON= yes +LICENSE= LGPL3 + +USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes -.include <bsd.port.pre.mk> +PLIST_FILES= bin/jsonlint post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/jsonlint ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/jsonlint ${STAGEDIR}${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/py-demjson/pkg-descr b/devel/py-demjson/pkg-descr index 1713de966cd..b435a7de19e 100644 --- a/devel/py-demjson/pkg-descr +++ b/devel/py-demjson/pkg-descr @@ -9,4 +9,4 @@ also support JavaScript's NaN and Infinity numeric types as well as it's 'undefined' type. It also includes a lint-like JSON syntax validator which tests JSON text for strict compliance to the standard. -WWW: http://deron.meranda.us/python/demjson/ +WWW: http://deron.meranda.us/python/demjson/ diff --git a/devel/py-demjson/pkg-plist b/devel/py-demjson/pkg-plist deleted file mode 100644 index 4c6b26f1b3d..00000000000 --- a/devel/py-demjson/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/jsonlint -%%PYTHON_SITELIBDIR%%/demjson.py -%%PYTHON_SITELIBDIR%%/demjson.pyo -%%PYTHON_SITELIBDIR%%/demjson.pyc |