mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
39914948ed
while there, take MAINTAINER, as it's plaso dependency feedback and OK sthen@
33 lines
697 B
Makefile
33 lines
697 B
Makefile
COMMENT = Digital Forensics Windows Registry (dfWinReg)
|
|
|
|
MODPY_DISTV = 20240316
|
|
DISTNAME = dfwinreg-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = security
|
|
|
|
HOMEPAGE = https://github.com/log2timeline/dfwinreg/wiki
|
|
|
|
SITES = https://github.com/log2timeline/dfwinreg/releases/download/${MODPY_DISTV}/
|
|
|
|
# Apachev2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PYBUILD = setuptools
|
|
RUN_DEPENDS = devel/py-construct \
|
|
devel/py-dtfabric \
|
|
devel/py-six \
|
|
security/py-dfdatetime \
|
|
sysutils/libyal/libcreg \
|
|
sysutils/libregf
|
|
TEST_DEPENDS = devel/py-test \
|
|
devel/py-mock
|
|
|
|
do-test:
|
|
touch ${WRKSRC}/utils/__init__.py
|
|
cd ${WRKSRC} && ${MODPY_BIN} run_tests.py
|
|
|
|
.include <bsd.port.mk>
|