1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

security/cpfx: correct RUN_DEPENDS

Remove extra prefixes.
This commit is contained in:
Eugene Grosbein 2023-04-06 03:16:59 +07:00
parent 36b9ce8fed
commit 2f8aca4c97
No known key found for this signature in database
GPG Key ID: C8960FF146564C9A

View File

@ -10,8 +10,8 @@ WWW= https://github.com/li0ard/cpfx
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=2.6.0:devel/py-asn1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygost>=5.11:security/py-pygost@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyderasn>=9.3:devel/py-pyderasn@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}pygost>=5.11:security/pygost@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyderasn>=9.3:devel/pyderasn@${PY_FLAVOR}
PLIST_FILES= bin/cpfx.py bin/schemas.py
USES= python