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/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/py-pyautogui/Makefile b/x11/py-pyautogui/Makefile
index 381740d7cf32..ec994a2535f6 100644
--- a/x11/py-pyautogui/Makefile
+++ b/x11/py-pyautogui/Makefile
@@ -1,6 +1,5 @@
PORTNAME= pyautogui
-DISTVERSION= 0.9.53
-PORTREVISION= 1
+DISTVERSION= 0.9.54
CATEGORIES= x11 python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +9,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 +18,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>