aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-14 10:45:53 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-14 10:45:53 +0000
commitb5ba8cd7edc04b20a6f9aba91fbe3754e6651c7c (patch)
treed0db7aa12ce96a2f409759ddeb45d668b9802d49
parent0a260a8e1c69a07e655204d1f4e2e7704c0cc6d5 (diff)
downloadports-b5ba8cd7edc04b20a6f9aba91fbe3754e6651c7c.tar.gz
ports-b5ba8cd7edc04b20a6f9aba91fbe3754e6651c7c.zip
deskutils/py-autokey: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--deskutils/py-autokey/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/py-autokey/Makefile b/deskutils/py-autokey/Makefile
index de826a84b8a5..ad1cb2d3c66b 100644
--- a/deskutils/py-autokey/Makefile
+++ b/deskutils/py-autokey/Makefile
@@ -19,7 +19,8 @@ RUN_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}
-USES= python:3.6+ shebangfix
+USES= cpe python:3.6+ shebangfix
+CPE_VENDOR= ${PORTNAME}_project
USE_PYTHON= distutils concurrent
USE_GITHUB= yes