Files
2026-01-24 23:39:40 +00:00

31 lines
635 B
Makefile

COMMENT = reverse differential backup tool, over a network or locally
MODPY_DISTV = 2.2.6
DISTNAME = rdiff-backup-${MODPY_DISTV}
CATEGORIES = sysutils
HOMEPAGE = https://rdiff-backup.net/
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB += rsync pthread ${MODPY_WANTLIB}
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools_scm
CFLAGS += -I${LOCALBASE}/include
LIB_DEPENDS = net/librsync
RUN_DEPENDS = devel/py-importlib-metadata \
textproc/py-yaml
# tests are present but are intended to run via Tox in a Docker container
NO_TEST = Yes
.include <bsd.port.mk>