freebsd-ports/security/py-passlib/Makefile
Kubilay Kocak 3300ff3d22 security/py-passlib: Update to 1.6.2, Modernise.
- 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
2014-02-01 14:56:10 +00:00

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>