openbsd-ports/security/py-zxcvbn/Makefile
2022-11-13 15:29:41 +00:00

24 lines
384 B
Makefile

COMMENT= realistic password strength estimator
MODPY_EGG_VERSION= 4.4.28
DISTNAME= zxcvbn-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= security
REVISION= 0
HOMEPAGE= https://github.com/dwolfhub/zxcvbn-python
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
NO_TEST= Yes
FLAVORS= python3
FLAVOR= python3
.include <bsd.port.mk>