diff options
Diffstat (limited to 'devel/py-cmdtest/Makefile')
-rw-r--r-- | devel/py-cmdtest/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-cmdtest/Makefile b/devel/py-cmdtest/Makefile index 14592030b0c6..071f9d42b283 100644 --- a/devel/py-cmdtest/Makefile +++ b/devel/py-cmdtest/Makefile @@ -13,6 +13,9 @@ COMMENT= Black box testing of Unix programs LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-08-15 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cliapp>0:devel/py-cliapp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ttystatus>0:devel/py-ttystatus@${PY_FLAVOR} |