forked from Lainports/freebsd-ports
- Adjust USE_PYTHON versions (Py3k ready) PR: 170547 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
22 lines
446 B
Makefile
22 lines
446 B
Makefile
# New ports collection makefile for: py-passlib
|
|
# Date created: 2012-06-11
|
|
# Whom: koobs <koobs.freebsd@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= passlib
|
|
PORTVERSION= 1.6.1
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs.freebsd@gmail.com
|
|
COMMENT= Python password hashing framework supporting over 30 schemes
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|