Files
ports/misc/freeopcua/py-opcua/Makefile
T
2025-10-24 07:51:07 +00:00

27 lines
447 B
Makefile

COMMENT = pure Python OPC UA client and server library
MODPY_DISTV = 0.98.13
DISTNAME = opcua-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
REVISION = 5
CATEGORIES = misc
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# LGPLv3+
PERMIT_PACKAGE = Yes
MODULES = lang/python
RUN_DEPENDS = devel/py-dateutil \
devel/py-tz \
security/py-cryptography \
textproc/py-lxml
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
.include <bsd.port.mk>