mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
40 lines
1007 B
Makefile
40 lines
1007 B
Makefile
# Created by: antoine@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rekall
|
|
DISTVERSION= 1.7.2rc1-52
|
|
DISTVERSIONSUFFIX= -g0cba831
|
|
CATEGORIES= security python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Memory forensics analysis framework
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rekall_lib>=1.7.1:security/py-rekall_lib@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}rekall-core>=1.7.1:security/py-rekall-core@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}ipython5>=5.0.0:devel/ipython5@${PY_FLAVOR}
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= google
|
|
|
|
USES= python shebangfix
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
python_OLD_CMD= python
|
|
SHEBANG_FILES= tools/devel/autopep8.sh \
|
|
tools/devel/presubmit.sh \
|
|
tools/linux/lmap/tools/fix_versions.py \
|
|
tools/profiles/unpack_kdbg_kit.py \
|
|
tools/testing/tap.py \
|
|
tools/testing/test_suite.py \
|
|
tools/windows/winpmem/winpmem.py
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
PYDISTUTILS_INSTALLARGS+=--install-data ${DATADIR}
|
|
|
|
.include <bsd.port.post.mk>
|