3300ff3d22
- Enable STAGE support - Enable AUTOPLIST, delete pkg-plist - Update LICENSE (BSD3CLAUSE) - pkg-descr: Tab to space in WWW: - Whitespace alignment Changes: http://pythonhosted.org/passlib/history.html
19 lines
402 B
Makefile
19 lines
402 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= passlib
|
|
PORTVERSION= 1.6.2
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Python password hashing framework supporting over 30 schemes
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|