Files

21 lines
342 B
Makefile
Raw Permalink Normal View History

2024-10-16 09:42:13 +00:00
COMMENT= support for the scrypt key derivation function
2019-11-23 15:10:06 +00:00
2026-02-28 12:34:57 +00:00
MODPY_DISTV= 0.9.4
2024-12-21 11:38:44 +00:00
DISTNAME= scrypt-${MODPY_DISTV}
2024-10-16 09:42:13 +00:00
PKGNAME= py-${DISTNAME}
2019-11-23 15:10:06 +00:00
2024-10-16 09:42:13 +00:00
CATEGORIES= security
2019-11-23 15:10:06 +00:00
2025-02-17 13:47:17 +00:00
HOMEPAGE= https://github.com/holgern/py-scrypt
2019-11-23 15:10:06 +00:00
# BSD
2024-10-16 09:42:13 +00:00
PERMIT_PACKAGE= Yes
2019-11-23 15:10:06 +00:00
2022-01-22 08:09:12 +00:00
WANTLIB += crypto pthread
2024-10-16 09:42:13 +00:00
MODULES= lang/python
MODPY_PYBUILD= setuptools
2025-08-05 08:04:48 +00:00
MODPY_PI= Yes
2019-11-23 15:10:06 +00:00
.include <bsd.port.mk>