freebsd-ports/security/py-pycrypto/Makefile
Martin Wilke 94ffbbfaac - Fix ARC2 Buffer Overflow
- Bump PORTREVISION

Obtained from:	pycrypto git
Security:	http://www.vuxml.org/freebsd/5a021595-fba9-11dd-86f3-0030843d3802.html
2009-02-15 21:51:27 +00:00

26 lines
548 B
Makefile

# New ports collection makefile for: pycrypto
# Date created: 25 Oct 2002
# Whom: nbm
#
# $FreeBSD$
#
PORTNAME= pycrypto
PORTVERSION= 2.0.1
PORTREVISION= 2
CATEGORIES= security python
MASTER_SITES= http://www.amk.ca/files/python/crypto/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= The Python Cryptography Toolkit
USE_PYTHON= yes
USE_PYDISTUTILS=yes
LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4
pre-configure:
@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/setup.py
.include <bsd.port.mk>