aboutsummaryrefslogtreecommitdiff
path: root/net-im/p5-Jabber-Connection/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/p5-Jabber-Connection/Makefile')
-rw-r--r--net-im/p5-Jabber-Connection/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/net-im/p5-Jabber-Connection/Makefile b/net-im/p5-Jabber-Connection/Makefile
deleted file mode 100644
index 9ec50086bc62..000000000000
--- a/net-im/p5-Jabber-Connection/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: p5-Jabber-Connection
-# Date created: 01 October 2003
-# Whom: Lars Eggert
-#
-# $FreeBSD$
-#
-
-PORTNAME= Jabber-Connection
-PORTVERSION= 0.04
-CATEGORIES= net perl5
-#MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-#MASTER_SITE_SUBDIR= Jabber
-MASTER_SITES= http://www.pipetree.com/jabber/jabberconnection/
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= larse@isi.edu
-COMMENT= Jabber Perl library for client/component connectivity
-
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
-
-PERL_CONFIGURE= yes
-
-MAN3= Jabber::Connection.3 Jabber::NS.3 Jabber::NodeFactory.3
-
-.include <bsd.port.mk>