diff options
author | tobik <tobik@FreeBSD.org> | 2018-08-14 14:53:02 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-08-14 14:53:02 +0800 |
commit | 5c9bad12a4ad48a85491dbcf39be149070aaf39f (patch) | |
tree | 70022b1be52ab02d7bc8833badbffbaa6343406c /mail | |
parent | 4d6772b9ead99cf1299da9734d0b70b989c55be1 (diff) | |
download | freebsd-ports-gnome-5c9bad12a4ad48a85491dbcf39be149070aaf39f.tar.gz freebsd-ports-gnome-5c9bad12a4ad48a85491dbcf39be149070aaf39f.tar.zst freebsd-ports-gnome-5c9bad12a4ad48a85491dbcf39be149070aaf39f.zip |
Deprecate mail/pop3vscan
Last release was in 2002 and the website comes with a big warning
that pop3vscan is no longer maintained.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pop3vscan/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/pop3vscan/Makefile b/mail/pop3vscan/Makefile index 84b772b01344..f9b39fab9624 100644 --- a/mail/pop3vscan/Makefile +++ b/mail/pop3vscan/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Transparent POP3-Proxy with virus-scanning capabilities +DEPRECATED= Unmaintained upstream +EXPIRATION_DATE= 2018-09-15 + LIB_DEPENDS= libpcre.so:devel/pcre USES= gmake |