aboutsummaryrefslogtreecommitdiff
path: root/net-im/p5-Net-AIM/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-02-14 07:18:35 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-02-14 07:18:35 +0000
commit00535086d3a922b17e2beead589f92e6cd585ff8 (patch)
tree39749b1efaaad8c42f3be50320a00cac0799aacc /net-im/p5-Net-AIM/Makefile
parentb6deb36621300a80aab2d23031a1a259f9b0ce01 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_1'.release/5.2.1
Notes
Notes: svn path=/head/; revision=100899 svn path=/tags/RELEASE_5_2_1/; revision=100900; tag=release/5.2.1
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 ed7be7accb4b..000000000000
--- a/net-im/p5-Net-AIM/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: p5-Net-AIM
-# Date created: 19 Jan 2003
-# Whom: petef
-#
-# $FreeBSD$
-#
-
-PORTNAME= Net-AIM
-PORTVERSION= 1.22
-CATEGORIES= net perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Net
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= petef@FreeBSD.org
-COMMENT= Perl extension for the AOL Instant Messenger TOC protocol
-
-PERL_CONFIGURE= yes
-
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= Net::AIM.3 Net::AIM::Connection.3 Net::AIM::Event.3
-
-.include <bsd.port.mk>