1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/security/py-bcrypt/Makefile
Martin Wilke 54d0ea9212 py-bcrypt is a Python wrapper of OpenBSDs Blowfish password hashing code,
as described in A Future-Adaptable Password Scheme by Niels Provos and
David Mazières.

WWW:	http://www.mindrot.org/projects/py-bcrypt/
2007-03-07 13:49:59 +00:00

26 lines
535 B
Makefile

# ex:ts=8
# Ports collection makefile for: py-bcrypt
# Date created: 07 maerch, 2007
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bcrypt
PORTVERSION= 0.1
CATEGORIES= security python
MASTER_SITES= http://www.mindrot.org/files/py-bcrypt/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py-${PORTNAME}-${PORTVERSION}
MAINTAINER= miwi@FreeBSD.org
COMMENT= Python bcrypt module
USE_PYTHON= yes
USE_PYDISTUTILS=yes
CFLAGS+= -I${LOCALBASE}/include
MAKE_ENV= "LDFLAGS=-L${LOCALBASE}/lib"
.include <bsd.port.mk>