17 lines
483 B
Makefile
17 lines
483 B
Makefile
# $NetBSD: Makefile,v 1.4 2015/08/14 18:46:33 kleink Exp $
|
|
|
|
DISTNAME= passlib-1.6.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/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"
|