diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-27 20:32:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-27 20:32:36 +0000 |
commit | 0bc5c74b6dd9dfe3902cb595cbd669e860ec64df (patch) | |
tree | e08f7708f6a50cb559b3e47b803263ad4eb1b333 /net-im | |
parent | 701a0da267ff942f6bc0335070327a7b27899232 (diff) | |
download | ports-0bc5c74b6dd9dfe3902cb595cbd669e860ec64df.tar.gz ports-0bc5c74b6dd9dfe3902cb595cbd669e860ec64df.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/imcom/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-im/imcom/Makefile b/net-im/imcom/Makefile index 3aadfd6aa255..ce8bc2ce0fb1 100644 --- a/net-im/imcom/Makefile +++ b/net-im/imcom/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: imcom -# Date created: Jun 09 2002 -# Whom: Martijn Lina -# +# Created by: Martijn Lina # $FreeBSD$ PORTNAME= imcom @@ -13,6 +10,9 @@ MASTER_SITES= http://nafai.dyndns.org/files/ MAINTAINER= martijn@pacno.net COMMENT= IMCom is a command-line Jabber client written in Python +DEPRECATED= No more upstream, no more public distfiles +EXPIRATION_DATE= 2013-02-27 + GNU_CONFIGURE= yes USE_PYTHON= yes |