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