mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
3c3496fe8d
add NO_TEST to py-libknot while here OK sthen@ rsadowski@
26 lines
408 B
Makefile
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>
|