mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
27 lines
447 B
Makefile
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>
|