mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
26 lines
608 B
Makefile
26 lines
608 B
Makefile
PORTNAME= py3dns
|
|
PORTVERSION= 4.0.0
|
|
CATEGORIES= dns python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Python 3 DNS library
|
|
WWW= https://launchpad.net/py3dns
|
|
|
|
LICENSE= CNRI
|
|
LICENSE_NAME= CNRI LICENSE AGREEMENT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
|
|
|
|
USES= python shebangfix
|
|
USE_PYTHON= autoplist concurrent pep517 pytest
|
|
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= DNS/tests/testPackers.py
|
|
|
|
.include <bsd.port.mk>
|