aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2020-11-09 13:16:14 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2020-11-09 13:16:14 +0000
commit00237a2989573bb83ea5a3ee07e5d25ae3fff76a (patch)
tree367cbbb7a181824eeb5ff7a82b3c643b4dfb3d06 /print
parent1b63c3fe6409975d5d34e355fc23f7dd95c8d42d (diff)
downloadports-00237a2989573bb83ea5a3ee07e5d25ae3fff76a.tar.gz
ports-00237a2989573bb83ea5a3ee07e5d25ae3fff76a.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/cloudprint/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/print/cloudprint/Makefile b/print/cloudprint/Makefile
index 14145f497d82..32777f73ccbe 100644
--- a/print/cloudprint/Makefile
+++ b/print/cloudprint/Makefile
@@ -11,6 +11,9 @@ COMMENT= Google Cloud Print proxy for local CUPS printers
LICENSE= GPLv3
+DEPRECATED= Google Cloud Print is being shut down by Google by end of 2020
+EXPIRATION_DATE=2020-12-31
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configargparse>=0.9.3:devel/py-configargparse@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}daemon>0:devel/py-daemon@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR}