dns/letsdns: Fix BUILD_/RUN_DEPENDS

Three of the listed BUILD_DEPENDS should actually be RUN_DEPENDS
This commit is contained in:
Florian Smeets 2023-01-11 22:17:53 +01:00
parent 9c90a517eb
commit 8890b32fd2

View file

@ -1,5 +1,6 @@
PORTNAME= letsdns
DISTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= dns
MAINTAINER= flo@FreeBSD.org
@ -8,10 +9,10 @@ WWW= https://letsdns.org/
LICENSE= GPLv3
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
USES= python
USE_GITHUB= yes