pkgsrc/security/py-passlib/Makefile
wiz bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00

17 lines
470 B
Makefile

# $NetBSD: Makefile,v 1.10 2022/01/04 20:54:43 wiz Exp $
DISTNAME= passlib-1.7.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/passlib/}
MAINTAINER= kleink@NetBSD.org
HOMEPAGE= https://passlib.readthedocs.io/
COMMENT= Comprehensive password hashing framework supporting over 30 schemes
LICENSE= modified-bsd
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"