diff --git a/comms/meshcore-cli/Makefile b/comms/meshcore-cli/Makefile index 0a5c6f3b6f19..e48afae463ae 100644 --- a/comms/meshcore-cli/Makefile +++ b/comms/meshcore-cli/Makefile @@ -1,24 +1,25 @@ PORTNAME= meshcore_cli PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= comms python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= samm@FreeBSD.org -COMMENT= CLI interface to MeschCore companion app over TCP or Serial +COMMENT= CLI interface to MeshCore companion app over TCP or Serial WWW= https://github.com/meshcore-dev/meshcore-cli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}meshcore>=2.2.8:comms/py-meshcore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>0:devel/py-prompt-toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} USES= python:3.10+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include