aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-pycrypto/Makefile
blob: ffe760116d93e00900aeff1129187d6f584e44ee (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
26
27
28
29
30
# New ports collection makefile for: pycrypto
# Date created:     25 Oct 2002
# Whom:         nbm
#
# $FreeBSD$
#

PORTNAME=   pycrypto
PORTVERSION=    2.6
CATEGORIES= security python
MASTER_SITES=   http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= k@stereochro.me
COMMENT=    The Python Cryptography Toolkit

USE_PYTHON= yes
USE_PYDISTUTILS=yes

HAS_CONFIGURE=  yes
USE_AUTOTOOLS=  autoconf
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

LIB_DEPENDS+=   gmp.10:${PORTSDIR}/math/gmp

pre-patch:
    @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/setup.py

.include <bsd.port.mk>