freebsd-ports/sysutils/hid-tools/Makefile
Felix Palmen 7d1faa7179 bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
2023-07-12 20:56:04 +02:00

32 lines
957 B
Makefile

PORTNAME= hid-tools
DISTVERSION= 0.3.1
CATEGORIES= sysutils python
MAINTAINER= wulf@FreeBSD.org
COMMENT= Python scripts to manipulate HID data
WWW= https://gitlab.freedesktop.org/libevdev/hid-tools
LICENSE= GPLv2
RUN_DEPENDS_FreeBSD_12= iichid>=0.0.6:sysutils/iichid
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}parse>=0:textproc/py-parse@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyudev>=0:devel/py-pyudev@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \
${RUN_DEPENDS_${OPSYS}_${OSREL:R}}
USES= python shebangfix
USE_GITLAB= yes
GL_SITE= https://gitlab.freedesktop.org/
GL_ACCOUNT= libevdev
GL_TAGNAME= 0f71fd65d83b28b744a2fe0a6cc1e3139921c721
USE_PYTHON= autoplist distutils
OPTIONS_DEFINE= MANPAGES
OPTIONS_DEFAULT= MANPAGES
MANPAGES_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pypandoc>=0:textproc/py-pypandoc@${PY_FLAVOR}
NO_ARCH= yes
.include <bsd.port.mk>