aboutsummaryrefslogtreecommitdiff
path: root/comms/py-hid/Makefile
blob: c5ca9d1c2c77940d2648eaef0f3151b65e66af7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>