1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/security/py-bcrypt/Makefile
Martin Wilke b132688cd5 - Convert to autoplist
- Stage support
- Bump PORTREVISIO
2014-03-09 14:24:15 +00:00

26 lines
521 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= bcrypt
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= GOOGLE_CODE \
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
PYDISTUTILS_AUTOPLIST= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PROJECTHOST= py-bcrypt
.include <bsd.port.mk>