blob: 607963f021c0cf438d8a6ba638fbad7e3c0eaa17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DEFINED_PHASES=configure install
DEPEND=doc? ( app-text/asciidoc app-text/xmlto )
DESCRIPTION=Modbus library which supports RTU communication over a serial line or a TCP link
EAPI=6
HOMEPAGE=https://libmodbus.org/
IUSE=static-libs test doc
KEYWORDS=amd64 x86
LICENSE=LGPL-3
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://libmodbus.org/releases/libmodbus-3.1.4.tar.gz
_md5_=23d95d091998d7a04cf600ea1c80495a
|