diff options
-rw-r--r-- | mail/tmda/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index 45d81ff1c5da..0ef80dcc8896 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -14,6 +14,9 @@ COMMENT= Python-based SPAM reduction system LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Uses EOL Python 2.7 +EXPIRATION_DATE=2020-08-15 + USES= python:2.7 shebangfix tar:tgz SHEBANG_FILES= bin/tmda-* contrib/collectaddys contrib/def2html \ contrib/printcdb contrib/printdbm contrib/smtp-check-sender \ @@ -29,9 +32,7 @@ SCRIPTS= collectaddys def2html printcdb printdbm sendit.sh \ update-internaldomains vadduser-tmda vmailmgr-vdir.sh \ vpopmail-vdir.sh wrapfd3.sh -OPTIONS_DEFINE= CDB DOCS EXAMPLES - -CDB_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cdbmodule.so:databases/py-cdb +OPTIONS_DEFINE= DOCS EXAMPLES do-build: cd ${WRKSRC} && ${PYTHON_CMD} ./compileall |