opnsense-ports/comms/py-hid/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

20 lines
375 B
Makefile

PORTNAME= hid
DISTVERSION= 1.0.4
CATEGORIES= comms python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= 0mp@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>