mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
24 lines
442 B
Makefile
24 lines
442 B
Makefile
COMMENT = key/value store implementation in Python
|
|
|
|
MODPY_DISTV = 0.4.0
|
|
DISTNAME = borgstore-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = databases
|
|
|
|
HOMEPAGE = https://github.com/borgbackup/borgstore
|
|
|
|
MAINTAINER = Bjorn Ketelaars <bket@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools_scm
|
|
MODPY_PI = Yes
|
|
|
|
# tests not included in pypi tarball
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|