diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-29 13:28:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-29 13:28:34 +0000 |
commit | 123898d423bd24fa90c1733959fd287a38451985 (patch) | |
tree | 07b8e759900ca17f4550ed26476b0107052b7ed2 /deskutils/py-autokey/Makefile | |
parent | 03d4521404d25c2543bc20c4d0270ecc3c79c325 (diff) | |
download | ports-123898d423bd24fa90c1733959fd287a38451985.tar.gz ports-123898d423bd24fa90c1733959fd287a38451985.zip |
Notes
Diffstat (limited to 'deskutils/py-autokey/Makefile')
-rw-r--r-- | deskutils/py-autokey/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deskutils/py-autokey/Makefile b/deskutils/py-autokey/Makefile index ee4586f0372d..956cd0c97c46 100644 --- a/deskutils/py-autokey/Makefile +++ b/deskutils/py-autokey/Makefile @@ -13,6 +13,9 @@ COMMENT= Desktop automation utility for FreeBSD and X11 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-03-02 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyinotify>0:devel/py-pyinotify@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlib>0:x11-toolkits/py-xlib@${PY_FLAVOR} |