mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
30 lines
782 B
Makefile
30 lines
782 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pycryptopp
|
|
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_GCC= yes
|
|
USE_PYDISTUTILS=easy_install
|
|
PYEASYINSTALL_ARCHDEP= yes
|
|
|
|
NO_STAGE= yes
|
|
post-extract:
|
|
@${REINPLACE_CMD} -e 's#<malloc.h>#<stdlib.h>#g' \
|
|
${WRKSRC}/embeddedcryptopp/rijndael.cpp \
|
|
${WRKSRC}/embeddedcryptopp/config.h \
|
|
${WRKSRC}/embeddedcryptopp/secblock.h
|
|
|
|
.include <bsd.port.mk>
|