freebsd-ports/security/py-pycryptopp/Makefile

32 lines
834 B
Makefile
Raw Normal View History

# New ports collection makefile for: pycryptopp
# Date created: 30 August 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pycryptopp
2011-02-17 04:25:42 +01:00
PORTVERSION= 0.5.29
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Python Wrappers for the Crypto++ Library
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}darcsver>0:${PORTSDIR}/devel/py-darcsver \
${PYTHON_PKGNAMEPREFIX}setuptools_darcs>0:${PORTSDIR}/devel/py-setuptools_darcs
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
PYEASYINSTALL_ARCHDEP= yes
post-extract:
@${REINPLACE_CMD} -e 's#<malloc.h>#<stdlib.h>#g' \
2011-02-17 04:25:42 +01:00
${WRKSRC}/embeddedcryptopp/rijndael.cpp \
${WRKSRC}/embeddedcryptopp/config.h \
${WRKSRC}/embeddedcryptopp/secblock.h
.include <bsd.port.mk>