aboutsummaryrefslogtreecommitdiff
path: root/security/py-spake2
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2016-07-03 01:53:35 +0000
committerSteve Wills <swills@FreeBSD.org>2016-07-03 01:53:35 +0000
commit04ec303693039aaf5c49e917a1f3c9edcbad7c62 (patch)
treefa0b846cb5f5a1720e3282a78b134eee6ce493c0 /security/py-spake2
parentc5fcead289b257e59a5ce6f69742b2b579fb9d71 (diff)
downloadports-04ec303693039aaf5c49e917a1f3c9edcbad7c62.tar.gz
ports-04ec303693039aaf5c49e917a1f3c9edcbad7c62.zip
security/py-spake2: create port
SPAKE2 password-authenticated key exchange (pure python) WWW: http://github.com/warner/python-spake2
Notes
Notes: svn path=/head/; revision=417950
Diffstat (limited to 'security/py-spake2')
-rw-r--r--security/py-spake2/Makefile15
-rw-r--r--security/py-spake2/distinfo3
-rw-r--r--security/py-spake2/pkg-descr3
3 files changed, 21 insertions, 0 deletions
diff --git a/security/py-spake2/Makefile b/security/py-spake2/Makefile
new file mode 100644
index 000000000000..68fd4a2ec70b
--- /dev/null
+++ b/security/py-spake2/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= spake2
+PORTVERSION= 0.7
+CATEGORIES= security
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= swills@FreeBSD.org
+COMMENT= SPAKE2 password-authenticated key exchange (pure python)
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/security/py-spake2/distinfo b/security/py-spake2/distinfo
new file mode 100644
index 000000000000..cca384a3e7e2
--- /dev/null
+++ b/security/py-spake2/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1467489655
+SHA256 (spake2-0.7.tar.gz) = d2281458eed1048cb12fbab6ac02b06a8520ae9f2c30be330ea4c5b558a4b766
+SIZE (spake2-0.7.tar.gz) = 56186
diff --git a/security/py-spake2/pkg-descr b/security/py-spake2/pkg-descr
new file mode 100644
index 000000000000..fec7ad90a648
--- /dev/null
+++ b/security/py-spake2/pkg-descr
@@ -0,0 +1,3 @@
+SPAKE2 password-authenticated key exchange (pure python)
+
+WWW: http://github.com/warner/python-spake2