summaryrefslogtreecommitdiff
path: root/x11/py-pyautogui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/py-pyautogui/Makefile')
-rw-r--r--x11/py-pyautogui/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/py-pyautogui/Makefile b/x11/py-pyautogui/Makefile
index 381740d7cf32..2334c9a54888 100644
--- a/x11/py-pyautogui/Makefile
+++ b/x11/py-pyautogui/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pyautogui
-DISTVERSION= 0.9.53
+DISTVERSION= 0.9.54
PORTREVISION= 1
CATEGORIES= x11 python
MASTER_SITES= PYPI
@@ -10,7 +10,7 @@ MAINTAINER= acm@FreeBSD.org
COMMENT= lets Python control the mouse and keyboard, and other GUI automation tasks
WWW= https://github.com/asweigart/pyautogui/
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-xlib>0:x11-toolkits/py-python-xlib@${PY_FLAVOR} \
@@ -19,9 +19,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-xlib>0:x11-toolkits/py-python-xlib@${
${PYTHON_PKGNAMEPREFIX}pyscreeze>0:x11/py-pyscreeze@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mouseinfo>0:x11/py-mouseinfo@${PY_FLAVOR}
-USES= python
+USES= python dos2unix
USE_PYTHON= distutils autoplist
NO_ARCH= yes
+DOS2UNIX_GLOB= *.py
+
.include <bsd.port.mk>