summaryrefslogtreecommitdiff
path: root/security/py-bcrypt/Makefile
blob: 4d85b47fe9af2e285545d5a5fc5c10f7f5c54b27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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>