Edit

IABSD.fr/ports/security/py-spake2/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-04-29 10:39:48
    Hash : b00100fd
    Message : sync PLISTs for setuptools ports

  • security/py-spake2/Makefile
  • COMMENT =	SPAKE2 password-authenticated key exchange (pure Python)
    
    MODPY_DISTV =	0.9
    DISTNAME =		spake2-${MODPY_DISTV}
    PKGNAME =		py-${DISTNAME}
    REVISION =		1
    
    CATEGORIES =		security
    
    HOMEPAGE =		https://github.com/warner/python-spake2
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/python
    MODPY_PI =		Yes
    MODPY_PYBUILD =	setuptools
    
    RUN_DEPENDS =		security/py-cryptography
    
    .include <bsd.port.mk>