mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
21 lines
342 B
Makefile
21 lines
342 B
Makefile
COMMENT= support for the scrypt key derivation function
|
|
|
|
MODPY_DISTV= 0.9.4
|
|
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>
|