head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2012.11.29.20.53.48;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/307979
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307979 | sbz | 2012-11-29 20:51:45 +0000 (Thu, 29 Nov 2012) | 10 lines
## SVN ##
## SVN ## The Volatility Framework is a completely open collection of tools, implemented
## SVN ## in Python under the GNU General Public License, for the extraction of digital
## SVN ## artifacts from volatile memory (RAM) samples.
## SVN ##
## SVN ## WWW: http://code.google.com/p/volatility
## SVN ##
## SVN ## PR:		ports/172910
## SVN ## Submitted by:	antoine@@FreeBSD.org
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: antoine@@FreeBSD.org
# $FreeBSD: head/security/py-volatility/Makefile 307979 2012-11-29 20:51:45Z sbz $

PORTNAME=	volatility
PORTVERSION=	2.2
CATEGORIES=	security python
MASTER_SITES=	GOOGLE_CODE
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	antoine@@FreeBSD.org
COMMENT=	An advanced memory forensics framework

LICENSE=	GPLv2

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto \
		${PYTHON_SITELIBDIR}/distorm3/__init__.py:${PORTSDIR}/devel/py-distorm \
		${PYTHON_SITELIBDIR}/yara.so:${PORTSDIR}/security/py-yara

OPTIONS_DEFINE=	DOCS

USE_PYTHON=	-2.7
USE_PYDISTUTILS=easy_install

PORTDOCS=	AUTHORS.txt CHANGELOG.txt CREDITS.txt LEGAL.txt LICENSE.txt README.txt
DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@
