summaryrefslogtreecommitdiff
path: root/misc/py-PyUserInput/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-06-02 01:56:58 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-06-02 01:56:58 +0000
commit45d65ee3e13df55b3dee9849e8c8491fdab7fb6a (patch)
treeeab0d7ba676bec6f60407d6cc57401aeb8dabd3a /misc/py-PyUserInput/Makefile
parent- Update to 1.7.3.3 (diff)
New port: misc/py-PyUserInput: Module for mouse and keyboard control
Diffstat (limited to 'misc/py-PyUserInput/Makefile')
-rw-r--r--misc/py-PyUserInput/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/py-PyUserInput/Makefile b/misc/py-PyUserInput/Makefile
new file mode 100644
index 000000000000..7bd1813ffc3f
--- /dev/null
+++ b/misc/py-PyUserInput/Makefile
@@ -0,0 +1,20 @@
+# $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>