18 lines
388 B
Makefile
18 lines
388 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
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|