77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
20 lines
463 B
Makefile
20 lines
463 B
Makefile
PORTNAME= PyUserInput
|
|
DISTVERSION= 0.1.11
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Module for mouse and keyboard control
|
|
WWW= https://github.com/PyUserInput/PyUserInput
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-xlib>0:x11-toolkits/py-python-xlib@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|