aboutsummaryrefslogtreecommitdiff
path: root/security/py-safe/Makefile
blob: 73b6b84940f8dad31a6b58397138fb3ec6fa9d53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: andrej@ebert.su
# $FreeBSD$

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>