aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-rekall/Makefile
blob: 862ef84edbbb9abd34e5a85c4e42932322f090ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: antoine@FreeBSD.org
# $FreeBSD$

PORTNAME=   rekall
PORTVERSION=    1.6.0
CATEGORIES= security python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= antoine@FreeBSD.org
COMMENT=    Memory forensics analysis framework

LICENSE=    GPLv2

IGNORE=     requires ipython 5.0.0 or higher

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}rekall-core>=1.5.0.p:security/py-rekall-core \
        ${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython

NO_ARCH=    yes
USES=       python:2.7 zip
USE_PYTHON= distutils autoplist

.include <bsd.port.pre.mk>

PYDISTUTILS_INSTALLARGS+=--install-data ${DATADIR}

.include <bsd.port.post.mk>