freebsd-ports/security/py-pyaff4/Makefile
Antoine Brodin 5698b35cbc New port: security/py-pyaff4
The Advanced Forensics File format 4 was originally designed and published in
"Extending the advanced forensic format to accommodate multiple data sources,
logical evidence, arbitrary information and forensic workflow" M.I. Cohen,
Simson Garfinkel and Bradley Schatz, digital investigation 6 (2009) S57-S68.
The format is an open source format used for the storage of digital evidence and
data.

WWW: http://www.aff4.org/
2015-04-02 17:18:46 +00:00

22 lines
606 B
Makefile

# Created by: antoine@FreeBSD.org
# $FreeBSD$
PORTNAME= PyAFF4
PORTVERSION= 0.13
CATEGORIES= security devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Python Advanced Forensic Format Version 4 library
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}intervaltree>=2.0.4:${PORTSDIR}/devel/py-intervaltree \
${PYTHON_PKGNAMEPREFIX}python-snappy>=0:${PORTSDIR}/archivers/py-python-snappy \
${PYTHON_PKGNAMEPREFIX}rdflib>=4.1:${PORTSDIR}/textproc/py-rdflib
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>