a69e2c2905
Argon2 & Scrypt hash support TOTP support PBKDF2 now has faster builtin backend, and utilizes other backends where available Lots of API cleanups and internal refactoring HtpasswdFile reader is now more flexible, and with improved security options. Refreshed documentation
16 lines
463 B
Makefile
16 lines
463 B
Makefile
# $NetBSD: Makefile,v 1.6 2017/06/21 10:24:19 adam Exp $
|
|
|
|
DISTNAME= passlib-1.7.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/passlib/}
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= https://bitbucket.org/ecollins/passlib
|
|
COMMENT= Comprehensive password hashing framework supporting over 30 schemes
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|