Files
ports/comms/py-ModbusTCP/Makefile
T
Charlie Li d4bd5ba72e math/py-numpy: switch all consumers to math/py-numpy1
...and bump PORTREVISIONs of consumers with hard RUN_DEPENDS

PR: 281470
2026-04-03 14:52:22 -04:00

26 lines
521 B
Makefile

PORTNAME= pyModbusTCP
DISTVERSION= 0.3.0
PORTREVISION= 2
CATEGORIES= comms python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kiwi@FreeBSD.org
COMMENT= Simple Modbus/TCP client library for Python
WWW= https://github.com/sourceperl/pyModbusTCP
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy1>=1.16.0:math/py-numpy1@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
NO_ARCH= yes
PORTDOCS= *
.include <bsd.port.mk>