Added
Link Here
|
1 |
PORTNAME= libknot |
2 |
DISTVERSION= ${KNOT_VERSION} |
3 |
CATEGORIES= dns python |
4 |
MASTER_SITES= PYPI |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
|
7 |
MAINTAINER= freebsd@dns.company |
8 |
COMMENT= Python API using knot.sock to interact with the Knot DNS daemon |
9 |
WWW= https://gitlab.nic.cz/knot/knot-dns/-/tree/master/python/libknot |
10 |
|
11 |
LICENSE= GPLv3 |
12 |
|
13 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} |
14 |
LIB_DEPENDS= libknot.so:dns/knot3 |
15 |
|
16 |
USES= python:3.5+ |
17 |
USE_PYTHON= autoplist concurrent pep517 |
18 |
|
19 |
NO_ARCH= yes |
20 |
|
21 |
.include "${.CURDIR}/../knot3/knotdns.mk" |
22 |
.include <bsd.port.mk> |