aa7a6c429e
With hat: portmgr
20 lines
405 B
Makefile
20 lines
405 B
Makefile
# 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>
|