diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-24 14:24:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-24 14:24:45 +0800 |
commit | 107c55d8e35f6acb7455ae68a07d1ad71b1651c8 (patch) | |
tree | 66a6e2362f596a576d398cf359fb079d5630e0e2 /mail | |
parent | 897b470e8620ae74effa367982a0f40b6bfdecbe (diff) | |
download | freebsd-ports-gnome-107c55d8e35f6acb7455ae68a07d1ad71b1651c8.tar.gz freebsd-ports-gnome-107c55d8e35f6acb7455ae68a07d1ad71b1651c8.tar.zst freebsd-ports-gnome-107c55d8e35f6acb7455ae68a07d1ad71b1651c8.zip |
Deprecate: broken for more than 6 month
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-CClient/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/p5-Mail-CClient/Makefile b/mail/p5-Mail-CClient/Makefile index eba767d738d1..d1429e8d8f96 100644 --- a/mail/p5-Mail-CClient/Makefile +++ b/mail/p5-Mail-CClient/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Mail-CClient -# Date created: 01 July 2000 -# Whom: Kelly Yancey <kbyanc@posi.net> -# +# Created by: Kelly Yancey <kbyanc@posi.net> # $FreeBSD$ -# PORTNAME= Mail-CClient PORTVERSION= 1.12 @@ -27,6 +23,9 @@ CONFIGURE_ARGS= --cclient_dir=${LOCALBASE} \ MAN3= Mail::Cclient.3 +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-08-24 + .if !defined(NOPORTDOCS) PORTDOCS= Changes FAQ README TODO EXAMPLES= copy.txt \ |