diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-09-07 23:25:49 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-09-07 23:25:49 +0000 |
commit | d684e2dd5abaa2676da5765e3d45a72230eda1e1 (patch) | |
tree | 768d2d9983ab63058d935f6ec8fe4f47da90b967 /sysutils/py-azure-cli-advisor/Makefile | |
parent | b8a836296fbcb73bf0393fdc0d572902efd8a739 (diff) |
Notes
Diffstat (limited to 'sysutils/py-azure-cli-advisor/Makefile')
-rw-r--r-- | sysutils/py-azure-cli-advisor/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/py-azure-cli-advisor/Makefile b/sysutils/py-azure-cli-advisor/Makefile index 915f51289156..ab5f28d6cab3 100644 --- a/sysutils/py-azure-cli-advisor/Makefile +++ b/sysutils/py-azure-cli-advisor/Makefile @@ -11,6 +11,9 @@ COMMENT= Microsoft Azure Command-Line Tools Advisor Command Module LICENSE= MIT +DEPRECATED= Incorporated into azure-cli package +EXPIRATION_DATE=2019-09-30 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-advisor>=2.0.1:devel/py-azure-mgmt-advisor@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} |