diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-07 23:23:18 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-07 23:23:18 +0000 |
commit | caccf19063020a20b6cbac0c9d7c1e9c97be66f0 (patch) | |
tree | e5128a7ea1f4eb66de98347be878ea6d3aa3c66a /mail/esmtp/Makefile | |
parent | 500a0a192857d7914af70f91d0821a8b544386e5 (diff) |
mail/esmtp: Mark DEPRECATED and set EXPIRATION_DATE to 2023-05-31
Diffstat (limited to 'mail/esmtp/Makefile')
-rw-r--r-- | mail/esmtp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/esmtp/Makefile b/mail/esmtp/Makefile index d8ad8f8e4950..b331478d05d6 100644 --- a/mail/esmtp/Makefile +++ b/mail/esmtp/Makefile @@ -10,6 +10,9 @@ WWW= http://esmtp.sourceforge.net LICENSE= GPLv2 +DEPRECATED= Upstream announced that this project is no longer being maintained. See https://esmtp.sourceforge.net/links.html for alternatives +EXPIRATION_DATE=2023-05-31 + LIB_DEPENDS= libesmtp.so:mail/libesmtp USES= bison pkgconfig ssl tar:bzip2 |