aboutsummaryrefslogtreecommitdiff
path: root/security/py-rekall/Makefile
blob: 65fc331406da38d2f46de4f5c792c1e0be541d0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: antoine@FreeBSD.org
# $FreeBSD$

PORTNAME=	rekall
PORTVERSION=	1.4.1
PORTREVISION=	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>