mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
8d8026687d
Changes: https://borgbackup.readthedocs.io/en/2.0.0b21/changes.html#version-2-0-0b21-2026-03-16 As a result some stuff had to be moved around between Makefile.inc, 1.4/Makefile and 2.0/Makefile.
32 lines
667 B
Makefile
32 lines
667 B
Makefile
COMMENT = deduplicating backup program
|
|
|
|
DISTNAME = borgbackup-${MODPY_DISTV}
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://www.borgbackup.org/
|
|
|
|
MAINTAINER = Bjorn Ketelaars <bket@openbsd.org>
|
|
|
|
# BSD-3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += lz4
|
|
|
|
COMPILER = base-clang ports-gcc
|
|
COMPILER_LANGS = c
|
|
|
|
MODPY_PYBUILD = setuptools_scm
|
|
MODPY_PI = Yes
|
|
MODPY_PYTEST_ARGS = build/lib.openbsd-${OSREV}-${ARCH}-cpython-${MODPY_MAJORMINOR}
|
|
|
|
LIB_DEPENDS += archivers/lz4
|
|
BUILD_DEPENDS += devel/py-pkgconfig \
|
|
lang/cython
|
|
RUN_DEPENDS += net/py-msgpack \
|
|
sysutils/py-packaging
|
|
TEST_DEPENDS += ${FULLPKGNAME}:${FULLPKGPATH} \
|
|
devel/py-test-benchmark
|
|
|
|
PORTHOME = ${WRKDIR}
|