opnsense-ports/security/py-zxcvbn/Makefile
Franco Fichtner 7ddbb7c0f1 */*: sync with upstream
Taken from: HardenedBSD
2018-05-13 16:20:27 +02:00

18 lines
319 B
Makefile

# $FreeBSD$
PORTNAME= zxcvbn
PORTVERSION= 4.4.26
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>