19 lines
326 B
Makefile
19 lines
326 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= zxcvbn-python
|
|
PORTVERSION= 4.4.17
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Realistic password strength estimator
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|