aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2016-01-08 04:37:09 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2016-01-08 04:37:09 +0000
commit3d051a94b5776ee23579be23095fc95752c1f76f (patch)
tree185712d39b4461f5aa7ef32c7474b8c488d93eee /security/Makefile
parent395f476cee5e5e186427b2a3f843f0cd38f95811 (diff)
downloadports-3d051a94b5776ee23579be23095fc95752c1f76f.tar.gz
ports-3d051a94b5776ee23579be23095fc95752c1f76f.zip
[NEW] security/py-signedjson: Sign JSON with Ed25519 signatures
python-signedjson allows more than one entity to sign an object, can sign with more than one key and replace ED25519 with a different algorithm. WWW: https://github.com/matrix-org/python-signedjson PR: 205914 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
Notes
Notes: svn path=/head/; revision=405515
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index af594f3696d1..37789f3aa402 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -866,6 +866,7 @@
SUBDIR += py-requests-kerberos
SUBDIR += py-rsa
SUBDIR += py-service_identity
+ SUBDIR += py-signedjson
SUBDIR += py-slowaes
SUBDIR += py-ssh
SUBDIR += py-sslstrip