aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-03-24 01:19:14 +0800
committerSteve Wills <swills@FreeBSD.org>2018-03-24 01:19:14 +0800
commit4db7b2573f745e1bc62ee85ab6e07bb0e2ec88cf (patch)
tree858ca4a81fa74a924b0f7523b35c6ff42a92fce1
parent5e0c3f503f78e85cf4c26f43997fc5a2cea0eba5 (diff)
downloadfreebsd-ports-4db7b2573f745e1bc62ee85ab6e07bb0e2ec88cf.tar.gz
freebsd-ports-4db7b2573f745e1bc62ee85ab6e07bb0e2ec88cf.tar.zst
freebsd-ports-4db7b2573f745e1bc62ee85ab6e07bb0e2ec88cf.zip
net/google-startup-scripts: mark deprecated
Notes
Notes: svn path=/head/; revision=465389
-rw-r--r--net/google-startup-scripts/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/google-startup-scripts/Makefile b/net/google-startup-scripts/Makefile
index 96ff715a4dac..0818c6617d57 100644
--- a/net/google-startup-scripts/Makefile
+++ b/net/google-startup-scripts/Makefile
@@ -8,6 +8,9 @@ CATEGORIES= net
MAINTAINER= swills@FreeBSD.org
COMMENT= Startup scripts that interact with Google Compute Engine VMs
+DEPRECATED= Please use sysutils/py-google-compute-engine instead
+EXPIRATION_DATE=2018-04-24
+
BUILD_DEPENDS= python:lang/python
RUN_DEPENDS= python:lang/python \
curl:ftp/curl \