Lines 9-15
Link Here
|
9 |
PORTNAME= bcrypt |
9 |
PORTNAME= bcrypt |
10 |
PORTVERSION= 0.2 |
10 |
PORTVERSION= 0.2 |
11 |
CATEGORIES= security python |
11 |
CATEGORIES= security python |
12 |
MASTER_SITES= http://www.mindrot.org/files/py-bcrypt/ |
12 |
MASTER_SITES= GOOGLE_CODE \ |
|
|
13 |
http://www.mindrot.org/files/py-bcrypt/ |
13 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
14 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
14 |
DISTNAME= py-${PORTNAME}-${PORTVERSION} |
15 |
DISTNAME= py-${PORTNAME}-${PORTVERSION} |
15 |
|
16 |
|
Lines 26-29
Link Here
|
26 |
CFLAGS+= -I${LOCALBASE}/include |
27 |
CFLAGS+= -I${LOCALBASE}/include |
27 |
MAKE_ENV= "LDFLAGS=-L${LOCALBASE}/lib" |
28 |
MAKE_ENV= "LDFLAGS=-L${LOCALBASE}/lib" |
28 |
|
29 |
|
|
|
30 |
PROJECTHOST= py-bcrypt |
31 |
|
29 |
.include <bsd.port.mk> |
32 |
.include <bsd.port.mk> |