mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
b6125d3df0
OK sthen@, rpointel@, rsadowski@
32 lines
728 B
Makefile
32 lines
728 B
Makefile
COMMENT = python tools to analyze OLE files
|
|
|
|
MODPY_DISTV = 0.60.2
|
|
DISTNAME = oletools-${MODPY_DISTV}
|
|
EXTRACT_SUFX = .zip
|
|
REVISION = 2
|
|
|
|
CATEGORIES = security
|
|
|
|
HOMEPAGE = https://www.decalage.info/python/oletools
|
|
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# BSD
|
|
# oletools/thirdparty files have their own licenses
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
# XXX: if easygui is imported, can uncomment olebrowse
|
|
# and ezhexviewer in PLIST
|
|
# XXX: pcodedmp needed for olevba, but it can be run with --no-pcode
|
|
# XXX: colorclass also needed by some tools
|
|
RUN_DEPENDS = ${MODPY_TKINTER_DEPENDS} \
|
|
devel/py-parsing>=2.2.0 \
|
|
devel/py-olefile
|
|
|
|
.include <bsd.port.mk>
|