freebsd-ports/security/py-rekall-core/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

34 lines
1.1 KiB
Makefile

# Created by: antoine@FreeBSD.org
# $FreeBSD$
PORTNAME= rekall-core
PORTVERSION= 1.4.1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= CORE component of the Rekall framework
LICENSE= GPLv2
RUN_DEPENDS= cabextract:archivers/cabextract \
${PYTHON_PKGNAMEPREFIX}acora>=1.8:textproc/py-acora \
${PYTHON_PKGNAMEPREFIX}PyAFF4>=0.17:security/py-pyaff4 \
${PYTHON_PKGNAMEPREFIX}capstone>=0:devel/py-capstone \
${PYTHON_PKGNAMEPREFIX}distorm>=0:devel/py-distorm \
${PYTHON_PKGNAMEPREFIX}efilter>=1438631774:devel/py-efilter \
${PYTHON_PKGNAMEPREFIX}intervaltree>=2.0.4:devel/py-intervaltree \
${PYTHON_PKGNAMEPREFIX}pycrypto>=2.3.1:security/py-pycrypto \
${PYTHON_PKGNAMEPREFIX}pyelftools>=0.22:devel/py-pyelftools \
${PYTHON_PKGNAMEPREFIX}pytz>=2012:devel/py-pytz \
${PYTHON_PKGNAMEPREFIX}yaml>=2.10:devel/py-yaml \
${PYTHON_PKGNAMEPREFIX}yara>=0:security/py-yara
USES= python:2
USE_PYTHON= distutils autoplist
post-patch:
@${REINPLACE_CMD} '/argparse/d' ${WRKSRC}/setup.py
.include <bsd.port.mk>