diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-06-25 04:18:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-06-25 04:18:34 +0800 |
commit | cfbbfd349df666f9ce3ffd271b71ab361157dccc (patch) | |
tree | 5d148dd976a31347edd3dac701917df375db422d | |
parent | 411a905210670cb0aa75276de315cdb3555c5533 (diff) | |
download | freebsd-ports-gnome-cfbbfd349df666f9ce3ffd271b71ab361157dccc.tar.gz freebsd-ports-gnome-cfbbfd349df666f9ce3ffd271b71ab361157dccc.tar.zst freebsd-ports-gnome-cfbbfd349df666f9ce3ffd271b71ab361157dccc.zip |
Sort *_DEPENDS
- Pet portlint
- Take maintainership
-rw-r--r-- | security/py-signedjson/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/py-signedjson/Makefile b/security/py-signedjson/Makefile index ebc8b68725b7..2addeee05ce3 100644 --- a/security/py-signedjson/Makefile +++ b/security/py-signedjson/Makefile @@ -3,26 +3,26 @@ PORTNAME= signedjson PORTVERSION= 1.0.0 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= security devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Sign JSON with Ed25519 signatures LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pynacl>=0.3.0:security/py-pynacl@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}unpaddedbase64>=1.0.1:devel/py-unpaddedbase64@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}canonicaljson>=1.0.0:devel/py-canonicaljson@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}canonicaljson>=1.0.0:devel/py-canonicaljson@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pynacl>=0.3.0:security/py-pynacl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}unpaddedbase64>=1.0.1:devel/py-unpaddedbase64@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= python -USE_GITHUB= yes USE_PYTHON= autoplist distutils +USE_GITHUB= yes GH_ACCOUNT= matrix-org GH_PROJECT= python-signedjson |