2013-02-09 15:50:27 +01:00
|
|
|
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
2012-08-05 10:29:26 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= passlib
|
2014-02-01 15:56:10 +01:00
|
|
|
PORTVERSION= 1.6.2
|
2012-08-05 10:29:26 +02:00
|
|
|
CATEGORIES= security python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2013-02-09 15:50:27 +01:00
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
2012-08-05 10:29:26 +02:00
|
|
|
COMMENT= Python password hashing framework supporting over 30 schemes
|
|
|
|
|
2014-02-01 15:56:10 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
2012-08-05 10:29:26 +02:00
|
|
|
|
2014-10-24 18:50:42 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2012-08-05 10:29:26 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|