Files
ports/comms/py-hid/Makefile
Mateusz Piotrowski 9675d0a4f9 comms/py-hid: Add libhidapi.so to library_paths
dennis <drac7ft@gmail.com> reportsed that py-hid would fail due to not
finding libhidapi.so.  The "library_paths" variable in the installed
__init__.py did not have a path for any suitable library for it to use.

PR:		278086
Reported by:	dennis <drac7ft@gmail.com>
2024-04-11 17:55:47 +02:00

22 lines
393 B
Makefile

PORTNAME= hid
DISTVERSION= 1.0.4
PORTREVISION= 1
CATEGORIES= comms python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Ctypes bindings to comms/hidapi
WWW= https://github.com/apmorton/pyhidapi
LICENSE= MIT
RUN_DEPENDS= hidapi>0:comms/hidapi
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>