aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-08-10 03:37:30 +0000
committerSteve Wills <swills@FreeBSD.org>2014-08-10 03:37:30 +0000
commitb66a194dc785521372df86835ce385268dbf437e (patch)
treea0c69afc9b89c2e182bba2525e6d85a874048634 /net
parent0ac1a1f90992b4fedf8688c4665004b83a746924 (diff)
downloadports-b66a194dc785521372df86835ce385268dbf437e.tar.gz
ports-b66a194dc785521372df86835ce385268dbf437e.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/google-cloud-sdk/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/google-cloud-sdk/Makefile b/net/google-cloud-sdk/Makefile
index 6a77e28a4947..94c68223daea 100644
--- a/net/google-cloud-sdk/Makefile
+++ b/net/google-cloud-sdk/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= google-cloud-sdk
-PORTVERSION= 0.0.0.0.20140809
+PORTVERSION= 0.9.25
CATEGORIES= net
MASTER_SITES= https://dl.google.com/dl/cloudsdk/release/
DISTNAME= google-cloud-sdk-coretools-linux-x86_64
@@ -14,6 +14,8 @@ USES= python
NO_BUILD= yes
WRKSRC= ${WRKDIR}/google-cloud-sdk
+RUN_DEPENDS= python:${PORTSDIR}/lang/python
+
do-install:
${FIND} ${WRKSRC}/help -type f -name '*.1' -exec ${GZIP_CMD} {} +
( cd ${WRKSRC}/help ; ${COPYTREE_SHARE} man ${STAGEDIR}${PREFIX} )