freebsd-ports/security/py-safe/Makefile
Jan Beich 749e12f7ef security/py-safe: add new port
PR:		210972
Submitted by:	Andrej Ebert <andrej@ebert.su>

Is your password safe?
Safe will check the password strength for you.

https://pypi.python.org/pypi/Safe
2016-07-11 04:29:56 +00:00

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:2.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>