summaryrefslogtreecommitdiff
path: root/devel/py-uhid-freebsd/Makefile
blob: 3b78ca088fe41842e293307f06556e3150379dae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

PORTNAME=		uhid-freebsd
PORTVERSION=		1.2.1
CATEGORIES=		devel python
MASTER_SITES=		CHEESESHOP
PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}

MAINTAINER=		grembo@FreeBSD.org
COMMENT=		Python library to retrieve information on uhid devices

LICENSE=		BSD2CLAUSE
LICENSE_FILE=		${WRKSRC}/LICENSE

USES=			compiler:c++11-lang python:3.6+
USE_PYTHON=		autoplist distutils

.include <bsd.port.mk>