freebsd-ports/security/py-rekall/Makefile
Antoine Brodin 9fdd1c5d59 Update rekall to 1.4.1
It was split in 3 modules
- security/py-rekall-core : CORE component with command line interface
- security/py-rekall_gui : GUI with ipython and web interface
- security/py-rekall : "meta" module
2015-09-10 21:21:48 +00:00

21 lines
514 B
Makefile

# Created by: antoine@FreeBSD.org
# $FreeBSD$
PORTNAME= rekall
PORTVERSION= 1.4.1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Memory forensics analysis framework
LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rekall-core>=1.4.0:${PORTSDIR}/security/py-rekall-core \
${PYTHON_PKGNAMEPREFIX}rekall_gui>=1.4.0:${PORTSDIR}/security/py-rekall_gui
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>