diff options
-rw-r--r-- | ftp/ftp-tls/Makefile | 3 | ||||
-rw-r--r-- | ftp/ftpd-tls/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ftp/ftp-tls/Makefile b/ftp/ftp-tls/Makefile index c6fa9d536ecb..a9ef27050075 100644 --- a/ftp/ftp-tls/Makefile +++ b/ftp/ftp-tls/Makefile @@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= marius MAINTAINER= marius@FreeBSD.org COMMENT= Ftp client supporting FTP AUTH TLS +DEPRECATED= No longer maintained upstream +EXPIRATION_DATE= 2013-01-31 + GNU_CONFIGURE= yes USE_OPENSSL= yes diff --git a/ftp/ftpd-tls/Makefile b/ftp/ftpd-tls/Makefile index d0291b2ad59e..f4f67ee79de2 100644 --- a/ftp/ftpd-tls/Makefile +++ b/ftp/ftpd-tls/Makefile @@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= marius MAINTAINER= marius@FreeBSD.org COMMENT= Ftp server supporting FTP AUTH TLS +DEPRECATED= No longer maintained upstream +EXPIRATION_DATE= 2013-01-31 + GNU_CONFIGURE= YES USE_OPENSSL= YES USE_RC_SUBR= ftpd-tls |