1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/security/py-pycrypto/Makefile
Philippe Audeoud 45002fa6ac - Update to 2.3
PR:		ports/150132
Submitted by:	Sofian Brabez <sbrabez _AT_ gmail.com>
Approved by:	maintainer timeout
2010-09-27 18:44:14 +00:00

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>