security/py-safe: add new port
PR: 210972 Submitted by: Andrej Ebert <andrej@ebert.su> Is your password safe? Safe will check the password strength for you. https://pypi.python.org/pypi/Safe
This commit is contained in:
parent
20059cdac4
commit
749e12f7ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418354
@ -895,6 +895,7 @@
|
||||
SUBDIR += py-rekall_gui
|
||||
SUBDIR += py-requests-kerberos
|
||||
SUBDIR += py-rsa
|
||||
SUBDIR += py-safe
|
||||
SUBDIR += py-scrypt
|
||||
SUBDIR += py-service_identity
|
||||
SUBDIR += py-signedjson
|
||||
|
20
security/py-safe/Makefile
Normal file
20
security/py-safe/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: andrej@ebert.su
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= safe
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= Safe-${PORTVERSION}
|
||||
|
||||
MAINTAINER= andrej@ebert.su
|
||||
COMMENT= Python library to test password strength
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python:2.6+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/py-safe/distinfo
Normal file
2
security/py-safe/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Safe-0.4.tar.gz) = a2fdac9fe8a9dcf02b438201d6ce0b7be78f85dc6492d03edfb89be2adf489de
|
||||
SIZE (Safe-0.4.tar.gz) = 56803
|
4
security/py-safe/pkg-descr
Normal file
4
security/py-safe/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Is your password safe?
|
||||
Safe will check the password strength for you.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/Safe
|
Loading…
Reference in New Issue
Block a user