Files
sebastia 39914948ed update to 20240316
while there, take MAINTAINER, as it's plaso dependency

feedback and OK sthen@
2026-03-19 09:44:12 +00:00

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>