diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2017-03-28 08:29:14 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2017-03-28 08:29:14 +0000 |
commit | 6f32f78263a3eb6ec7c1df5a2b21e5544f322e6a (patch) | |
tree | e0ffb33814626d495d328649e781a7f4505ca757 | |
parent | Move from google code to github (diff) |
Mark DEPRECATED
-rw-r--r-- | www/py-dotcloud.cli/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-dotcloud.cli/Makefile b/www/py-dotcloud.cli/Makefile index 38133c5f4666..ce528f829983 100644 --- a/www/py-dotcloud.cli/Makefile +++ b/www/py-dotcloud.cli/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= dotCloud command-line interface client +DEPRECATED= deprecated in upstream +EXPIRATION_DATE= 2017-04-30 + USES= python USE_PYTHON= distutils autoplist |