2748cd4382
Python 3.10 is the minimal supported Python 3. Approved by: portmgr (blanket) With hat: python
24 lines
754 B
Makefile
24 lines
754 B
Makefile
PORTNAME= meshcore
|
|
PORTVERSION= 2.3.7
|
|
CATEGORIES= comms python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= samm@FreeBSD.org
|
|
COMMENT= Base classes for communicating with meshcore companion radios
|
|
WWW= https://github.com/meshcore-dev/meshcore_py
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycayennelpp>=0:comms/py-cayennelpp@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pyserial-asyncio-fast>=0:comms/py-pyserial-asyncio-fast@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|