summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-04-06 20:41:42 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-04-06 20:41:42 +0000
commitb24fb168d9412a37055c348e07a86af22cebc530 (patch)
treeee63d80cec9bdb50b47a916de75ba9b75bea5bd1 /dev-perl/Net-XMPP/Net-XMPP-1.02.ebuild
parentppc stable, bug #163495 (diff)
downloadgentoo-2-b24fb168d9412a37055c348e07a86af22cebc530.tar.gz
gentoo-2-b24fb168d9412a37055c348e07a86af22cebc530.tar.bz2
gentoo-2-b24fb168d9412a37055c348e07a86af22cebc530.zip
Version bump
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-perl/Net-XMPP/Net-XMPP-1.02.ebuild')
-rw-r--r--dev-perl/Net-XMPP/Net-XMPP-1.02.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Net-XMPP/Net-XMPP-1.02.ebuild b/dev-perl/Net-XMPP/Net-XMPP-1.02.ebuild
new file mode 100644
index 000000000000..d83f6dad7787
--- /dev/null
+++ b/dev-perl/Net-XMPP/Net-XMPP-1.02.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-XMPP/Net-XMPP-1.02.ebuild,v 1.1 2007/04/06 20:41:42 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Net::XMPP is a collection of Perl modules that provide a Perl Developer access to the XMPP protocol."
+SRC_URI="mirror://cpan/authors/id/H/HA/HACKER/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~hacker/"
+
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+RDEPEND=">=dev-perl/XML-Stream-1.22
+ dev-perl/Digest-SHA1
+ dev-lang/perl"
+
+DEPEND="dev-perl/module-build
+ ${RDEPEND}"