mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
19 lines
393 B
Makefile
19 lines
393 B
Makefile
PORTNAME= safe
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= security python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= Safe-${PORTVERSION}
|
|
|
|
MAINTAINER= andrej@ebert.su
|
|
COMMENT= Python library to test password strength
|
|
WWW= https://pypi.org/project/Safe/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|