aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-volatility
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-08-09 23:51:28 +0800
committerantoine <antoine@FreeBSD.org>2013-08-09 23:51:28 +0800
commit521c8fd08041e959166d6977e2617ea6f546db39 (patch)
tree1157eae5681540d1301726486108db37a8fa82cc /security/py-volatility
parentcb470637a1395fddff34df156acf8b832bb25f45 (diff)
downloadfreebsd-ports-gnome-521c8fd08041e959166d6977e2617ea6f546db39.tar.gz
freebsd-ports-gnome-521c8fd08041e959166d6977e2617ea6f546db39.tar.zst
freebsd-ports-gnome-521c8fd08041e959166d6977e2617ea6f546db39.zip
- Remove article from COMMENT
- Do not use PYTHON_SITELIBDIR in DEPENDS - Add missing OPTIONS_DEFINE - Remove LICENSE from PORTDOCS - Remove unneeded line from plist
Diffstat (limited to 'security/py-volatility')
-rw-r--r--security/py-volatility/Makefile12
-rw-r--r--security/py-volatility/pkg-plist1
2 files changed, 7 insertions, 6 deletions
diff --git a/security/py-volatility/Makefile b/security/py-volatility/Makefile
index 9b165e75ff2b..ef117a7f76cd 100644
--- a/security/py-volatility/Makefile
+++ b/security/py-volatility/Makefile
@@ -8,20 +8,22 @@ MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
-COMMENT= An advanced memory forensics framework
+COMMENT= 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
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \
+ ${PYTHON_PKGNAMEPREFIX}distorm>=0:${PORTSDIR}/devel/py-distorm \
+ ${PYTHON_PKGNAMEPREFIX}yara>=0:${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
+OPTIONS_DEFINE= DOCS
+
+PORTDOCS= AUTHORS.txt CHANGELOG.txt CREDITS.txt README.txt
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
.include <bsd.port.options.mk>
diff --git a/security/py-volatility/pkg-plist b/security/py-volatility/pkg-plist
index 015a95570b2c..af234a798198 100644
--- a/security/py-volatility/pkg-plist
+++ b/security/py-volatility/pkg-plist
@@ -649,4 +649,3 @@ bin/vol.py
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%