mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
24 lines
445 B
Makefile
24 lines
445 B
Makefile
COMMENT = sign JSON with Ed25519 signatures
|
|
|
|
MODPY_DISTV = 1.1.4
|
|
DISTNAME = signedjson-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 3
|
|
|
|
CATEGORIES = textproc
|
|
|
|
MAINTAINER = Renaud Allard <renaud@allard.it>
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools_scm
|
|
|
|
RUN_DEPENDS = textproc/py-canonicaljson \
|
|
textproc/py-unpaddedbase64 \
|
|
security/py-PyNaCl
|
|
|
|
.include <bsd.port.mk>
|