aboutsummaryrefslogtreecommitdiff
path: root/security/py-pbkdf2
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-01-01 19:29:33 +0000
committerPawel Pekala <pawel@FreeBSD.org>2015-01-01 19:29:33 +0000
commit50bbb897e13ec9628fa3ebfb2daa17d0dae1bdc7 (patch)
tree7f3f63f4a784b64be0ffe9b18af120450bbed2f5 /security/py-pbkdf2
parentdb3041d582a6faae9fc52797f81501e54610a660 (diff)
downloadports-50bbb897e13ec9628fa3ebfb2daa17d0dae1bdc7.tar.gz
ports-50bbb897e13ec9628fa3ebfb2daa17d0dae1bdc7.zip
Notes
Diffstat (limited to 'security/py-pbkdf2')
-rw-r--r--security/py-pbkdf2/Makefile18
-rw-r--r--security/py-pbkdf2/distinfo2
-rw-r--r--security/py-pbkdf2/pkg-descr2
3 files changed, 22 insertions, 0 deletions
diff --git a/security/py-pbkdf2/Makefile b/security/py-pbkdf2/Makefile
new file mode 100644
index 000000000000..9d57997b95fc
--- /dev/null
+++ b/security/py-pbkdf2/Makefile
@@ -0,0 +1,18 @@
+# Created by: Neil Booth <kyuupichan@gmail.com>
+# $FreeBSD$
+
+PORTNAME= pbkdf2
+PORTVERSION= 1.3
+CATEGORIES= security python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= kyuupichan@gmail.com
+COMMENT= PKCS5 v2.0 PBKDF2 Module
+
+LICENSE= MIT
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
diff --git a/security/py-pbkdf2/distinfo b/security/py-pbkdf2/distinfo
new file mode 100644
index 000000000000..b84dfda5312a
--- /dev/null
+++ b/security/py-pbkdf2/distinfo
@@ -0,0 +1,2 @@
+SHA256 (pbkdf2-1.3.tar.gz) = ac6397369f128212c43064a2b4878038dab78dab41875364554aaf2a684e6979
+SIZE (pbkdf2-1.3.tar.gz) = 6360
diff --git a/security/py-pbkdf2/pkg-descr b/security/py-pbkdf2/pkg-descr
new file mode 100644
index 000000000000..a7c64e9a44ea
--- /dev/null
+++ b/security/py-pbkdf2/pkg-descr
@@ -0,0 +1,2 @@
+This module implements the password-based key derivation function,
+PBKDF2, specified in RSA PKCS#5 v2.0.