Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-08-05 08:04:48
    Hash : 49291c19
    Message : update to py3-scrypt-0.8.29

  • security/py-scrypt/Makefile
  • COMMENT=	support for the scrypt key derivation function
    
    MODPY_DISTV=	0.8.29
    DISTNAME=	scrypt-${MODPY_DISTV}
    PKGNAME=	py-${DISTNAME}
    
    CATEGORIES=	security
    
    HOMEPAGE=	https://github.com/holgern/py-scrypt
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    WANTLIB +=	crypto pthread
    
    MODULES=	lang/python
    MODPY_PYBUILD=	setuptools
    MODPY_PI=	Yes
    
    .include <bsd.port.mk>