mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
21 lines
400 B
Makefile
21 lines
400 B
Makefile
COMMENT = pure Python ML-KEM / CRYSTALS-Kyber implementation
|
|
|
|
MODPY_DISTV = 1.2.0
|
|
DISTNAME = kyber_py-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME:S/_py//}
|
|
CATEGORIES = security
|
|
|
|
HOMEPAGE = https://github.com/GiacomoPope/kyber-py
|
|
|
|
MAINTAINER = Theo Buehler <tb@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODPY_PI = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = hatchling
|
|
|
|
.include <bsd.port.mk>
|