Files
2026-05-22 08:25:05 +00:00

32 lines
700 B
Makefile

COMMENT = Digital Forensics date and time
MODPY_DISTV = 20260411
DISTNAME = dfdatetime-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
CATEGORIES = security devel
HOMEPAGE = https://github.com/log2timeline/dfdatetime/wiki
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
SITES = https://github.com/log2timeline/dfdatetime/releases/download/${MODPY_DISTV}/
# Apachev2
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PYBUILD = setuptools
# Ran 288 tests in 0.064
TEST_DEPENDS += devel/py-mock
# make it possible to install both (un)FLAVORed packages alongside
post-install:
rm -rf ${PREFIX}/share/doc/dfdatetime/
do-test:
cd ${WRKSRC} && ${MODPY_BIN} run_tests.py
.include <bsd.port.mk>