diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2022-02-27 08:36:05 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2022-02-27 08:36:05 +0000 |
commit | f377b6cf884157260415dba5bcf73b091900d4fe (patch) | |
tree | 1693c00874d98c6b1f56d6895e78b040b4daa797 /math/py-cdecimal | |
parent | devel/py-meliae: remove python flavor restriction (diff) |
math/py-cdecimal: set an expiration date
Diffstat (limited to 'math/py-cdecimal')
-rw-r--r-- | math/py-cdecimal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/py-cdecimal/Makefile b/math/py-cdecimal/Makefile index d2481f7e89bd..6add208c6456 100644 --- a/math/py-cdecimal/Makefile +++ b/math/py-cdecimal/Makefile @@ -14,6 +14,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt DEPRECATED= upstream does not support it after Python-3.2 +EXPIRATION_DATE= 2022-05-27 USES= python:3.6-3.8 USE_PYTHON= distutils autoplist |