freebsd-ports/devel/py-oletools/Makefile
Ryan Steinmetz 027851f47e New port: devel/py-oletools:
Python tools to analyze security characteristics of MS OLE2 files (also called
Structured Storage, Compound File Binary Format or Compound Document File
Format), such as Microsoft Office documents, for Malware Analysis and Incident
Response.

WWW: https://pypi.python.org/pypi/oletools/
2014-09-26 16:03:36 +00:00

16 lines
360 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= oletools
PORTVERSION= 0.06
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Tools to analyze security characteristics of MS OLE2 files
USES= python zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>