mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
24 lines
389 B
Makefile
24 lines
389 B
Makefile
COMMENT= support for the scrypt key derivation function
|
|
|
|
MODPY_DISTV= 0.8.27
|
|
DISTNAME= scrypt-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 2
|
|
|
|
CATEGORIES= security
|
|
|
|
HOMEPAGE= https://github.com/holgern/py-scrypt
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += crypto pthread
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
#MODPY_PYTEST_ARGS= scrypt/tests
|
|
|
|
.include <bsd.port.mk>
|