1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/security/py-safe/Makefile
2021-04-06 16:31:07 +02:00

20 lines
393 B
Makefile

# Created by: andrej@ebert.su
PORTNAME= safe
PORTVERSION= 0.4
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Safe-${PORTVERSION}
MAINTAINER= andrej@ebert.su
COMMENT= Python library to test password strength
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>