freebsd-ports/security/py-rekall/Makefile
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00

40 lines
1,023 B
Makefile

# Created by: antoine@FreeBSD.org
# $FreeBSD$
PORTNAME= rekall
DISTVERSION= 1.7.2rc1-52
PORTREVISION= 1
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>