mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
45002fa6ac
PR: ports/150132 Submitted by: Sofian Brabez <sbrabez _AT_ gmail.com> Approved by: maintainer timeout
26 lines
530 B
Makefile
26 lines
530 B
Makefile
# New ports collection makefile for: pycrypto
|
|
# Date created: 25 Oct 2002
|
|
# Whom: nbm
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pycrypto
|
|
PORTVERSION= 2.3
|
|
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
|
|
|
|
LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp
|
|
|
|
pre-patch:
|
|
@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|