opnsense-ports/misc/py-PyUserInput/Makefile
Franco Fichtner d5e26efdf3 */*: sync with upstream
Taken from: HardenedBSD
2018-06-02 09:27:41 +02:00

20 lines
395 B
Makefile

# $FreeBSD$
PORTNAME= PyUserInput
DISTVERSION= 0.1.11
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Module for mouse and keyboard control
LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlib>0:x11-toolkits/py-xlib@${FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>