mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
32 lines
700 B
Makefile
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>
|