mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
24 lines
423 B
Makefile
24 lines
423 B
Makefile
COMMENT = collect data from SolarEdge inverters over Modbus
|
|
|
|
MODPY_DISTV = 0.8.0
|
|
DISTNAME = solaredge_modbus-${MODPY_DISTV}
|
|
PKGNAME = py-solaredge-modbus-${MODPY_DISTV}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = https://github.com/nmakel/solaredge_modbus
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
MODPY_PI = Yes
|
|
NO_TEST = Yes
|
|
|
|
RUN_DEPENDS = net/py-modbus>=3.7.0
|
|
|
|
.include <bsd.port.mk>
|