Edit

IABSD.fr/ports/textproc/py-signedjson/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-04-29 10:40:12
    Hash : c2008dbb
    Message : sync PLISTs for setuptools ports

  • textproc/py-signedjson/Makefile
  • COMMENT =		sign JSON with Ed25519 signatures
    
    MODPY_DISTV =	1.1.4
    DISTNAME =		signedjson-${MODPY_DISTV}
    PKGNAME =		py-${DISTNAME}
    REVISION =		2
    
    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>