opnsense-ports/devel/py-uhid-freebsd/Makefile

19 lines
375 B
Makefile

# $FreeBSD$
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= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>