Files

33 lines
697 B
Makefile
Raw Permalink Normal View History

COMMENT = Digital Forensics Windows Registry (dfWinReg)
2026-03-19 09:44:12 +00:00
MODPY_DISTV = 20240316
2024-12-21 11:38:44 +00:00
DISTNAME = dfwinreg-${MODPY_DISTV}
2018-03-01 09:25:30 +00:00
PKGNAME = py-${DISTNAME}
CATEGORIES = security
HOMEPAGE = https://github.com/log2timeline/dfwinreg/wiki
2024-12-21 11:38:44 +00:00
SITES = https://github.com/log2timeline/dfwinreg/releases/download/${MODPY_DISTV}/
2018-03-01 09:25:30 +00:00
# Apachev2
PERMIT_PACKAGE = Yes
MODULES = lang/python
2022-11-25 19:30:34 +00:00
MODPY_PYBUILD = setuptools
RUN_DEPENDS = devel/py-construct \
devel/py-dtfabric \
devel/py-six \
security/py-dfdatetime \
2026-03-19 09:44:12 +00:00
sysutils/libyal/libcreg \
sysutils/libregf
TEST_DEPENDS = devel/py-test \
devel/py-mock
do-test:
2018-03-01 09:25:30 +00:00
touch ${WRKSRC}/utils/__init__.py
cd ${WRKSRC} && ${MODPY_BIN} run_tests.py
.include <bsd.port.mk>