aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/p5-Net-AIM/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/p5-Net-AIM/Makefile')
-rw-r--r--net-im/p5-Net-AIM/Makefile23
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>