Files
phessler 3c3496fe8d Update knot and py-libknot to 3.4.5
add NO_TEST to py-libknot while here

OK sthen@ rsadowski@
2025-03-22 08:44:16 +00:00

26 lines
408 B
Makefile

COMMENT = Python bindings for libknot
MODPY_DISTV = 3.4.5
DISTNAME = libknot-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
CATEGORIES = net
HOMEPAGE = https://gitlab.nic.cz/knot/knot-dns
MAINTAINER = Aisha Tammy <aisha@openbsd.org>
# GPLv3
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = hatchling
RUN_DEPENDS = net/knot=${MODPY_DISTV}
NO_TEST = Yes
.include <bsd.port.mk>