diff options
author | rene <rene@FreeBSD.org> | 2017-12-20 02:59:17 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-12-20 02:59:17 +0800 |
commit | 30866d421ed390a6a4e9fea8a685b1a17e1414dd (patch) | |
tree | 9cdd686177ffbc27fe6eb34cccf98bb5719c5266 /net-im/p5-Net-AIM/Makefile | |
parent | 5924fb48d0cf0b24b60d482d54566df053a8ba53 (diff) | |
download | freebsd-ports-gnome-30866d421ed390a6a4e9fea8a685b1a17e1414dd.tar.gz freebsd-ports-gnome-30866d421ed390a6a4e9fea8a685b1a17e1414dd.tar.zst freebsd-ports-gnome-30866d421ed390a6a4e9fea8a685b1a17e1414dd.zip |
Remove net-im/p5-Net-AIM, the AIM service was shut down on 2017-12-15
Diffstat (limited to 'net-im/p5-Net-AIM/Makefile')
-rw-r--r-- | net-im/p5-Net-AIM/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net-im/p5-Net-AIM/Makefile b/net-im/p5-Net-AIM/Makefile deleted file mode 100644 index 4f448b7d5155..000000000000 --- a/net-im/p5-Net-AIM/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: petef -# $FreeBSD$ - -PORTNAME= Net-AIM -PORTVERSION= 1.22 -PORTREVISION= 1 -CATEGORIES= net-im perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= bofh@FreeBSD.org -COMMENT= Perl extension for the AOL Instant Messenger TOC protocol - -LICENSE= ART10 GPLv1+ -LICENSE_COMB= dual - -USES= perl5 -USE_PERL5= configure - -post-extract: - @${RM} ${WRKSRC}/Net - -.include <bsd.port.mk> |